]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/usb.h
Remove extra code in arch/arm/*omap* to move it into omap-pool branch
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / usb.h
index f6d334ffaae85987e6e74b9576463a89a1bde821..69f0ceed500bd174467e3b1cd7e579d160c9cc9e 100644 (file)
@@ -33,17 +33,9 @@ extern void usb_musb_init(void);
 static inline void usb_musb_init(void)
 {
 }
-#endif /* !OMAP1 && !MUSB */
+#endif
 
-#if defined(CONFIG_USB_EHCI_HCD) || defined(CONFIG_USB_EHCI_HCD_MODULE)
-extern void usb_ehci_init(void);
-#else
-static inline void usb_ehci_init(void)
-{
-}
-#endif /* !OMAP1 && !EHCI */
-
-#endif /* !OMAP1 */
+#endif
 
 void omap_usb_init(struct omap_usb_config *pdata);