1
0
Fork 0

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>
hifive-unleashed-5.1
Russell King 2016-08-19 17:31:31 +01:00 committed by Greg Kroah-Hartman
parent 70efb643a8
commit b68824b1a6
1 changed files with 0 additions and 1 deletions

View File

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