Re: [PATCH 37/47] usb: host: remove tilegx platform glue

2018-03-14 Thread Alan Stern
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 m

Re: [PATCH 37/47] usb: host: remove tilegx platform glue

2018-03-14 Thread Greg Kroah-Hartman
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: Ar