aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-omap.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-08-19 17:31:31 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-30 19:31:33 +0200
commitb68824b1a6e13f6b39ba925d1cc596bafceb438e (patch)
tree308b4f138b02dd532985058a2b4024f2447a0997 /drivers/usb/host/ohci-omap.c
parentusb: ohci-sa1111: remove mach/hardware.h include (diff)
downloadlinux-dev-b68824b1a6e13f6b39ba925d1cc596bafceb438e.tar.xz
linux-dev-b68824b1a6e13f6b39ba925d1cc596bafceb438e.zip
USB: ohci-omap - avoid including mach/irqs.h
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> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-omap.c')
-rw-r--r--drivers/usb/host/ohci-omap.c1
1 files changed, 0 insertions, 1 deletions
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>