diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-04-27 09:21:46 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-04-29 10:02:01 +0200 |
commit | dd721ffd95d5e1516380da0b254ef737582a258f (patch) | |
tree | fc31c2124b0de8b301622d755e444e4d5acb95b1 /include/asm-powerpc | |
parent | [PATCH] powerpc: use the device tree for the iSeries vio bus probe (diff) | |
download | linux-dd721ffd95d5e1516380da0b254ef737582a258f.tar.xz linux-dd721ffd95d5e1516380da0b254ef737582a258f.zip |
[PATCH] powerpc: use a common vio_match_device routine
This requires the compatible properties having vaules that are empty
strings instead of just being empty properties.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/vio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/vio.h b/include/asm-powerpc/vio.h index 0055d8e6102d..9c09a8ffa128 100644 --- a/include/asm-powerpc/vio.h +++ b/include/asm-powerpc/vio.h @@ -65,7 +65,6 @@ struct vio_driver { }; struct vio_bus_ops { - int (*match)(const struct vio_device_id *id, const struct vio_dev *dev); struct iommu_table *(*build_iommu_table)(struct vio_dev *dev); }; |