aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-08-26 17:41:37 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-30 19:24:59 +0200
commit70efb643a854b98e7012456b598ae01bc91475dc (patch)
tree920237e52d1de244ad9b8468491855fdbdae449a /drivers/usb/host
parent6ebb8f0f83ffc0a482380a84772f35f2548d7eca (diff)
usb: ohci-sa1111: remove mach/hardware.h include
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>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/ohci-sa1111.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-sa1111.c b/drivers/usb/host/ohci-sa1111.c
index 6dc5eaed8551..3a9ea32508df 100644
--- a/drivers/usb/host/ohci-sa1111.c
+++ b/drivers/usb/host/ohci-sa1111.c
@@ -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>