]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/usb.h
Fix compile for n770 and omap2 boards
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / usb.h
index 64e44c7578938cefd0117cd21ca36a764d7eb9d9..1a36eaf66b9a5ca3ce9b62241acda06714f48c15 100644 (file)
@@ -21,8 +21,6 @@
 #define UDC_BASE                       OMAP1_UDC_BASE
 #define OMAP_OHCI_BASE                 OMAP1_OHCI_BASE
 
-void omap_usb_init(struct omap_usb_config *pdata);
-
 #else
 
 #define OTG_BASE                       OMAP2_OTG_BASE
@@ -37,6 +35,8 @@ static inline void usb_musb_init(void)
 }
 #endif
 
+void omap_usb_init(struct omap_usb_config *pdata);
+
 #if defined(CONFIG_USB_EHCI_HCD) || defined(CONFIG_USB_EHCI_HCD_MODULE)
 extern void usb_ehci_init(void);
 #else