diff options
Diffstat (limited to 'include/linux/usb/omap_control_usb.h')
-rw-r--r-- | include/linux/usb/omap_control_usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/omap_control_usb.h b/include/linux/usb/omap_control_usb.h index f306db7149ca..27b5b8c931b0 100644 --- a/include/linux/usb/omap_control_usb.h +++ b/include/linux/usb/omap_control_usb.h | |||
@@ -70,7 +70,7 @@ extern void omap_control_usb3_phy_power(struct device *dev, bool on); | |||
70 | extern void omap_control_usb_set_mode(struct device *dev, | 70 | extern void omap_control_usb_set_mode(struct device *dev, |
71 | enum omap_control_usb_mode mode); | 71 | enum omap_control_usb_mode mode); |
72 | #else | 72 | #else |
73 | static inline struct device *omap_get_control_dev() | 73 | static inline struct device *omap_get_control_dev(void) |
74 | { | 74 | { |
75 | return ERR_PTR(-ENODEV); | 75 | return ERR_PTR(-ENODEV); |
76 | } | 76 | } |