diff options
Diffstat (limited to 'include/asm-ppc64/vio.h')
-rw-r--r-- | include/asm-ppc64/vio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ppc64/vio.h b/include/asm-ppc64/vio.h index 70644a232210..a82e87c1c5fa 100644 --- a/include/asm-ppc64/vio.h +++ b/include/asm-ppc64/vio.h | |||
@@ -106,6 +106,8 @@ static inline struct vio_dev *to_vio_dev(struct device *dev) | |||
106 | } | 106 | } |
107 | 107 | ||
108 | extern int vio_bus_init(int (*is_match)(const struct vio_device_id *id, | 108 | extern int vio_bus_init(int (*is_match)(const struct vio_device_id *id, |
109 | const struct vio_dev *dev)); | 109 | const struct vio_dev *dev), |
110 | void (*)(struct vio_dev *), | ||
111 | void (*)(struct device *)); | ||
110 | 112 | ||
111 | #endif /* _ASM_VIO_H */ | 113 | #endif /* _ASM_VIO_H */ |