|
@@ -105,7 +105,7 @@ static inline void omap1_usb_init(struct omap_usb_config *pdata)
|
|
#if defined(CONFIG_ARCH_OMAP_OTG) || defined(CONFIG_ARCH_OMAP_OTG_MODULE)
|
|
#if defined(CONFIG_ARCH_OMAP_OTG) || defined(CONFIG_ARCH_OMAP_OTG_MODULE)
|
|
void omap2_usbfs_init(struct omap_usb_config *pdata);
|
|
void omap2_usbfs_init(struct omap_usb_config *pdata);
|
|
#else
|
|
#else
|
|
-static inline omap2_usbfs_init(struct omap_usb_config *pdata)
|
|
|
|
|
|
+static inline void omap2_usbfs_init(struct omap_usb_config *pdata)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|