Re: [PATCH] USB: ohci-omap - avoid including mach/irqs.h
From: Russell King - ARM Linux <linux@armlinux.org.uk>
Date: 2016-08-26 16:43:51
Also in:
linux-arm-kernel
From: Russell King - ARM Linux <linux@armlinux.org.uk>
Date: 2016-08-26 16:43:51
Also in:
linux-arm-kernel
On Mon, Aug 22, 2016 at 11:28:21AM -0400, Alan Stern wrote:
On Fri, 19 Aug 2016, Russell King wrote:quoted
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 <redacted> --- 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.