On Thu, Aug 08, 2019 at 11:22:19PM +0200, Arnd Bergmann wrote: > 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. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > --- > drivers/usb/gadget/udc/Kconfig | 2 +- > drivers/usb/gadget/udc/omap_udc.c | 2 ++ > drivers/usb/host/Kconfig | 2 +- > drivers/usb/host/ohci-omap.c | 7 +++---- > drivers/usb/phy/Kconfig | 3 ++- > drivers/usb/phy/phy-isp1301-omap.c | 4 ++-- > 6 files changed, 11 insertions(+), 9 deletions(-) Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>