From: Russell King Date: Fri, 19 Aug 2016 16:31:31 +0000 (+0100) Subject: USB: ohci-omap - avoid including mach/irqs.h X-Git-Tag: v4.9-rc1~146^2~51 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b68824b1a6e13f6b39ba925d1cc596bafceb438e;p=karo-tx-linux.git 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 Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- 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 #include -#include #include