]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3a8b7c332730e4c0c31c59832138e03f1d6db134
tree1c388188e0369a1fba6c43d43dd477efb022b7e5
parent13a313b598fc5405e84b1ae8538650581e533b84
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