Skip to content

Commit

Permalink
USB: ohci-omap - avoid including mach/irqs.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Greg Kroah-Hartman committed Aug 30, 2016

Unverified

No user is associated with the committer email.
1 parent 70efb64 commit b68824b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ohci-omap.c
Original file line number Diff line number Diff line change
@@ -36,7 +36,6 @@
#include <mach/mux.h>

#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/usb.h>


0 comments on commit b68824b

Please sign in to comment.