|
@@ -1031,8 +1031,8 @@ void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) {}
|
|
|
static int vio_cmo_bus_probe(struct vio_dev *viodev) { return 0; }
|
|
|
static void vio_cmo_bus_remove(struct vio_dev *viodev) {}
|
|
|
static void vio_cmo_set_dma_ops(struct vio_dev *viodev) {}
|
|
|
-static void vio_cmo_bus_init() {}
|
|
|
-static void vio_cmo_sysfs_init() { }
|
|
|
+static void vio_cmo_bus_init(void) {}
|
|
|
+static void vio_cmo_sysfs_init(void) { }
|
|
|
#endif /* CONFIG_PPC_SMLPAR */
|
|
|
EXPORT_SYMBOL(vio_cmo_entitlement_update);
|
|
|
EXPORT_SYMBOL(vio_cmo_set_dev_desired);
|