usb: omap: avoid mach/*.h headers
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Aug 2019 14:10:57 +0000 (16:10 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:01:32 +0000 (15:01 +0200)
commit11e002924ddb6f12638532331195a8ab09bbbf7e
tree1c388188e0369a1fba6c43d43dd477efb022b7e5
parent804f7f19c2e2928aeb8eafef8379fe8b8d13f98b
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>
drivers/usb/gadget/udc/Kconfig
drivers/usb/gadget/udc/omap_udc.c
drivers/usb/host/Kconfig
drivers/usb/host/ohci-omap.c
drivers/usb/phy/Kconfig
drivers/usb/phy/phy-isp1301-omap.c