On Wed, 14 Mar 2018, Greg Kroah-Hartman wrote: > On Wed, Mar 14, 2018 at 04:35:50PM +0100, Arnd Bergmann wrote: > > The tile architecture is getting removed, so the ehci and ohci platform > > glue drivers are no longer needed. In case of ohci, this is the last > > one to define a PLATFORM_DRIVER macro, so we can remove even more. > > > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > > --- > > drivers/usb/host/ehci-hcd.c | 5 - > > drivers/usb/host/ehci-tilegx.c | 207 ----------------------------------------- > > drivers/usb/host/ohci-hcd.c | 18 ---- > > drivers/usb/host/ohci-tilegx.c | 196 -------------------------------------- > > include/linux/usb/tilegx.h | 35 ------- > > 5 files changed, 461 deletions(-) > > delete mode 100644 drivers/usb/host/ehci-tilegx.c > > delete mode 100644 drivers/usb/host/ohci-tilegx.c > > delete mode 100644 include/linux/usb/tilegx.h > > Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html