Re: [PATCH] USB: ohci-omap - avoid including mach/irqs.h

2016-08-27 Thread Greg Kroah-Hartman
On Fri, Aug 26, 2016 at 07:05:19PM +0100, Russell King - ARM Linux wrote: > On Fri, Aug 26, 2016 at 01:20:53PM -0400, Alan Stern wrote: > > On Fri, 26 Aug 2016, Russell King - ARM Linux wrote: > > > > > On Mon, Aug 22, 2016 at 11:28:21AM -0400, Alan Stern wrote: > > > > On Fri, 19 Aug 2016, Russel

Re: [PATCH] USB: ohci-omap - avoid including mach/irqs.h

2016-08-26 Thread Russell King - ARM Linux
On Fri, Aug 26, 2016 at 01:20:53PM -0400, Alan Stern wrote: > On Fri, 26 Aug 2016, Russell King - ARM Linux wrote: > > > On Mon, Aug 22, 2016 at 11:28:21AM -0400, Alan Stern wrote: > > > On Fri, 19 Aug 2016, Russell King wrote: > > > > > > > ohci-omap doesn't need to include mach/irqs.h - nothing

Re: [PATCH] USB: ohci-omap - avoid including mach/irqs.h

2016-08-26 Thread Alan Stern
On Fri, 26 Aug 2016, Russell King - ARM Linux wrote: > On Mon, Aug 22, 2016 at 11:28:21AM -0400, Alan Stern wrote: > > On Fri, 19 Aug 2016, Russell King wrote: > > > > > ohci-omap doesn't need to include mach/irqs.h - nothing within this > > > driver needs anything from this header file. Remove

Re: [PATCH] USB: ohci-omap - avoid including mach/irqs.h

2016-08-26 Thread Russell King - ARM Linux
On Mon, Aug 22, 2016 at 11:28:21AM -0400, Alan Stern wrote: > On Fri, 19 Aug 2016, Russell King wrote: > > > ohci-omap doesn't need to include mach/irqs.h - nothing within this > > driver needs anything from this header file. Remove this include. > > > > Signed-off-by: Russell King > > --- > >

Re: [PATCH] USB: ohci-omap - avoid including mach/irqs.h

2016-08-22 Thread Alan Stern
On Fri, 19 Aug 2016, Russell King wrote: > ohci-omap doesn't need to include mach/irqs.h - nothing within this > driver needs anything from this header file. Remove this include. > > Signed-off-by: Russell King > --- > drivers/usb/host/ohci-omap.c | 1 - > 1 file changed, 1 deletion(-) > > di

[PATCH] USB: ohci-omap - avoid including mach/irqs.h

2016-08-19 Thread Russell King
ohci-omap doesn't need to include mach/irqs.h - nothing within this driver needs anything from this header file. Remove this include. Signed-off-by: Russell King --- drivers/usb/host/ohci-omap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ohci-omap.c b/drivers/usb/host/o