From: Vladimir Zapolskiy Date: Tue, 8 Dec 2015 00:32:01 +0000 (+0200) Subject: usb: ohci: nxp: clean up included header files X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9c2863b53fcd54e40e30d25ac83eca2e31fda1e1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git usb: ohci: nxp: clean up included header files Remove mach/irq.h from the list of included headers, there is no compilation dependency on this include file, the change is needed to prevent a compilation failure, when mach/irq.h is removed. Additionally remove other unneeded includes. Signed-off-by: Vladimir Zapolskiy Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ohci-nxp.c b/drivers/usb/host/ohci-nxp.c index cfa94275c52c..ebacf97fc406 100644 --- a/drivers/usb/host/ohci-nxp.c +++ b/drivers/usb/host/ohci-nxp.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include @@ -32,13 +31,7 @@ #include "ohci.h" - #include -#include -#include - -#include -#include #define USB_CONFIG_BASE 0x31020000 #define PWRMAN_BASE 0x40004000