* [PATCH] USB: ohci-omap - avoid including mach/irqs.h @ 2016-08-19 16:31 Russell King 2016-08-22 15:28 ` Alan Stern 0 siblings, 1 reply; 6+ messages in thread From: Russell King @ 2016-08-19 16:31 UTC (permalink / raw) To: linux-arm-kernel 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 <rmk+kernel@armlinux.org.uk> --- 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/ohci-omap.c index de7c68602a7e..495c1454b9e8 100644 --- a/drivers/usb/host/ohci-omap.c +++ b/drivers/usb/host/ohci-omap.c @@ -36,7 +36,6 @@ #include <mach/mux.h> #include <mach/hardware.h> -#include <mach/irqs.h> #include <mach/usb.h> -- 2.1.0 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] USB: ohci-omap - avoid including mach/irqs.h 2016-08-19 16:31 [PATCH] USB: ohci-omap - avoid including mach/irqs.h Russell King @ 2016-08-22 15:28 ` Alan Stern 2016-08-26 16:43 ` Russell King - ARM Linux 0 siblings, 1 reply; 6+ messages in thread From: Alan Stern @ 2016-08-22 15:28 UTC (permalink / raw) To: linux-arm-kernel 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 <rmk+kernel@armlinux.org.uk> > --- > 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/ohci-omap.c > index de7c68602a7e..495c1454b9e8 100644 > --- a/drivers/usb/host/ohci-omap.c > +++ b/drivers/usb/host/ohci-omap.c > @@ -36,7 +36,6 @@ > #include <mach/mux.h> > > #include <mach/hardware.h> > -#include <mach/irqs.h> > #include <mach/usb.h> Acked-by: Alan Stern <stern@rowland.harvard.edu> ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] USB: ohci-omap - avoid including mach/irqs.h 2016-08-22 15:28 ` Alan Stern @ 2016-08-26 16:43 ` Russell King - ARM Linux 2016-08-26 17:20 ` Alan Stern 0 siblings, 1 reply; 6+ messages in thread From: Russell King - ARM Linux @ 2016-08-26 16:43 UTC (permalink / raw) To: linux-arm-kernel 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 <rmk+kernel@armlinux.org.uk> > > --- > > 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/ohci-omap.c > > index de7c68602a7e..495c1454b9e8 100644 > > --- a/drivers/usb/host/ohci-omap.c > > +++ b/drivers/usb/host/ohci-omap.c > > @@ -36,7 +36,6 @@ > > #include <mach/mux.h> > > > > #include <mach/hardware.h> > > -#include <mach/irqs.h> > > #include <mach/usb.h> > > Acked-by: Alan Stern <stern@rowland.harvard.edu> Thanks. Will Greg be picking this up? -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] USB: ohci-omap - avoid including mach/irqs.h 2016-08-26 16:43 ` Russell King - ARM Linux @ 2016-08-26 17:20 ` Alan Stern 2016-08-26 18:05 ` Russell King - ARM Linux 0 siblings, 1 reply; 6+ messages in thread From: Alan Stern @ 2016-08-26 17:20 UTC (permalink / raw) To: linux-arm-kernel 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 this include. > > > > > > Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> > > > --- > > > 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/ohci-omap.c > > > index de7c68602a7e..495c1454b9e8 100644 > > > --- a/drivers/usb/host/ohci-omap.c > > > +++ b/drivers/usb/host/ohci-omap.c > > > @@ -36,7 +36,6 @@ > > > #include <mach/mux.h> > > > > > > #include <mach/hardware.h> > > > -#include <mach/irqs.h> > > > #include <mach/usb.h> > > > > Acked-by: Alan Stern <stern@rowland.harvard.edu> > > Thanks. Will Greg be picking this up? Yes, he should. Unless you want it to go via a different tree... Alan Stern ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] USB: ohci-omap - avoid including mach/irqs.h 2016-08-26 17:20 ` Alan Stern @ 2016-08-26 18:05 ` Russell King - ARM Linux 2016-08-27 12:51 ` Greg Kroah-Hartman 0 siblings, 1 reply; 6+ messages in thread From: Russell King - ARM Linux @ 2016-08-26 18:05 UTC (permalink / raw) To: linux-arm-kernel 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 within this > > > > driver needs anything from this header file. Remove this include. > > > > > > > > Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> > > > > --- > > > > 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/ohci-omap.c > > > > index de7c68602a7e..495c1454b9e8 100644 > > > > --- a/drivers/usb/host/ohci-omap.c > > > > +++ b/drivers/usb/host/ohci-omap.c > > > > @@ -36,7 +36,6 @@ > > > > #include <mach/mux.h> > > > > > > > > #include <mach/hardware.h> > > > > -#include <mach/irqs.h> > > > > #include <mach/usb.h> > > > > > > Acked-by: Alan Stern <stern@rowland.harvard.edu> > > > > Thanks. Will Greg be picking this up? > > Yes, he should. Unless you want it to go via a different tree... I'm fine with Greg picking this (and the other two) up as none of my (increasing) patch stack depends on these patches. -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] USB: ohci-omap - avoid including mach/irqs.h 2016-08-26 18:05 ` Russell King - ARM Linux @ 2016-08-27 12:51 ` Greg Kroah-Hartman 0 siblings, 0 replies; 6+ messages in thread From: Greg Kroah-Hartman @ 2016-08-27 12:51 UTC (permalink / raw) To: linux-arm-kernel 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, 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 <rmk+kernel@armlinux.org.uk> > > > > > --- > > > > > 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/ohci-omap.c > > > > > index de7c68602a7e..495c1454b9e8 100644 > > > > > --- a/drivers/usb/host/ohci-omap.c > > > > > +++ b/drivers/usb/host/ohci-omap.c > > > > > @@ -36,7 +36,6 @@ > > > > > #include <mach/mux.h> > > > > > > > > > > #include <mach/hardware.h> > > > > > -#include <mach/irqs.h> > > > > > #include <mach/usb.h> > > > > > > > > Acked-by: Alan Stern <stern@rowland.harvard.edu> > > > > > > Thanks. Will Greg be picking this up? > > > > Yes, he should. Unless you want it to go via a different tree... > > I'm fine with Greg picking this (and the other two) up as none > of my (increasing) patch stack depends on these patches. Ok, I'll take it in my next round, thanks. greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-08-27 12:51 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-08-19 16:31 [PATCH] USB: ohci-omap - avoid including mach/irqs.h Russell King 2016-08-22 15:28 ` Alan Stern 2016-08-26 16:43 ` Russell King - ARM Linux 2016-08-26 17:20 ` Alan Stern 2016-08-26 18:05 ` Russell King - ARM Linux 2016-08-27 12:51 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).