Browse Source

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>
Russell King 9 years ago
parent
commit
b68824b1a6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/host/ohci-omap.c

+ 0 - 1
drivers/usb/host/ohci-omap.c

@@ -36,7 +36,6 @@
 #include <mach/mux.h>
 #include <mach/mux.h>
 
 
 #include <mach/hardware.h>
 #include <mach/hardware.h>
-#include <mach/irqs.h>
 #include <mach/usb.h>
 #include <mach/usb.h>