diff options
Diffstat (limited to 'include/linux/mic_bus.h')
-rw-r--r-- | include/linux/mic_bus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mic_bus.h b/include/linux/mic_bus.h index d5b5f76d57ef..27d7c95fd0da 100644 --- a/include/linux/mic_bus.h +++ b/include/linux/mic_bus.h | |||
@@ -91,7 +91,8 @@ struct mbus_hw_ops { | |||
91 | 91 | ||
92 | struct mbus_device * | 92 | struct mbus_device * |
93 | mbus_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, | 93 | mbus_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, |
94 | struct mbus_hw_ops *hw_ops, void __iomem *mmio_va); | 94 | struct mbus_hw_ops *hw_ops, int index, |
95 | void __iomem *mmio_va); | ||
95 | void mbus_unregister_device(struct mbus_device *mbdev); | 96 | void mbus_unregister_device(struct mbus_device *mbdev); |
96 | 97 | ||
97 | int mbus_register_driver(struct mbus_driver *drv); | 98 | int mbus_register_driver(struct mbus_driver *drv); |