aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/vio.h1
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 {
65}; 65};
66 66
67struct vio_bus_ops { 67struct vio_bus_ops {
68 int (*match)(const struct vio_device_id *id, const struct vio_dev *dev);
69 struct iommu_table *(*build_iommu_table)(struct vio_dev *dev); 68 struct iommu_table *(*build_iommu_table)(struct vio_dev *dev);
70}; 69};
71 70