usb: ohci-sa1111: remove mach/hardware.h include
authorRussell King <rmk+kernel@armlinux.org.uk>
Fri, 26 Aug 2016 16:41:37 +0000 (17:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Aug 2016 17:24:59 +0000 (19:24 +0200)
The mach/hardware.h include doesn't seem to be necessary to build
ohci-sa1111, so let's remove it to kill off an unnecessary platform
specific include.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-sa1111.c

index 6dc5eae..3a9ea32 100644 (file)
@@ -13,7 +13,6 @@
  * This file is licenced under the GPL.
  */
 
-#include <mach/hardware.h>
 #include <asm/mach-types.h>
 #include <asm/hardware/sa1111.h>