Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Russell King and committed by
Greg Kroah-Hartman
b68824b1 70efb643

-1
-1
drivers/usb/host/ohci-omap.c
··· 36 36 #include <mach/mux.h> 37 37 38 38 #include <mach/hardware.h> 39 - #include <mach/irqs.h> 40 39 #include <mach/usb.h> 41 40 42 41