diff options
Diffstat (limited to 'include/linux/mic_bus.h')
-rw-r--r-- | include/linux/mic_bus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mic_bus.h b/include/linux/mic_bus.h index 27d7c95fd0da..504d54c71bdb 100644 --- a/include/linux/mic_bus.h +++ b/include/linux/mic_bus.h | |||
@@ -90,7 +90,7 @@ struct mbus_hw_ops { | |||
90 | }; | 90 | }; |
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, const struct dma_map_ops *dma_ops, |
94 | struct mbus_hw_ops *hw_ops, int index, | 94 | struct mbus_hw_ops *hw_ops, int index, |
95 | void __iomem *mmio_va); | 95 | void __iomem *mmio_va); |
96 | void mbus_unregister_device(struct mbus_device *mbdev); | 96 | void mbus_unregister_device(struct mbus_device *mbdev); |