diff options
| -rw-r--r-- | include/linux/of_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of_device.h b/include/linux/of_device.h index 4c508549833a..cc7dd687a89d 100644 --- a/include/linux/of_device.h +++ b/include/linux/of_device.h | |||
| @@ -59,7 +59,7 @@ void of_dma_configure(struct device *dev, struct device_node *np); | |||
| 59 | #else /* CONFIG_OF */ | 59 | #else /* CONFIG_OF */ |
| 60 | 60 | ||
| 61 | static inline int of_driver_match_device(struct device *dev, | 61 | static inline int of_driver_match_device(struct device *dev, |
| 62 | struct device_driver *drv) | 62 | const struct device_driver *drv) |
| 63 | { | 63 | { |
| 64 | return 0; | 64 | return 0; |
| 65 | } | 65 | } |
