usb: omap: avoid mach/*.h headers
The omap usb drivers still rely on mach/*.h headers that are explicitly or implicitly included, but all the required definitions are now in include/linux/soc/ti/, so use those instead and allow compile-testing on other architectures. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -214,7 +214,7 @@ config USB_EHCI_HCD_NPCM7XX
|
||||
|
||||
config USB_EHCI_HCD_OMAP
|
||||
tristate "EHCI support for OMAP3 and later chips"
|
||||
depends on ARCH_OMAP
|
||||
depends on ARCH_OMAP || COMPILE_TEST
|
||||
depends on NOP_USB_XCEIV
|
||||
default y
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user