]> git.karo-electronics.de Git - linux-beck.git/commitdiff
usb: omap_control_usb: fix compile warning
authorFelipe Balbi <balbi@ti.com>
Wed, 6 Feb 2013 13:28:51 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Feb 2013 19:40:14 +0000 (11:40 -0800)
When CONFIG_OMAP_CONTROL_USB isn't enabled,
there's a compile warning stating that a
particular function isn't a prototype.

Fix it.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/omap_control_usb.h

index f306db7149ca06e1938ccc9f70a57bd5525fc08e..27b5b8c931b0bd70d1e20d636b08beb6ebe3dc64 100644 (file)
@@ -70,7 +70,7 @@ extern void omap_control_usb3_phy_power(struct device *dev, bool on);
 extern void omap_control_usb_set_mode(struct device *dev,
        enum omap_control_usb_mode mode);
 #else
-static inline struct device *omap_get_control_dev()
+static inline struct device *omap_get_control_dev(void)
 {
        return ERR_PTR(-ENODEV);
 }