aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGravatar Russell King <rmk@dyn-67.arm.linux.org.uk> 2005-09-29 11:12:52 +0100
committerGravatar Russell King <rmk+kernel@arm.linux.org.uk> 2005-09-29 11:12:52 +0100
commitd0877904470c149c6553f1309cfed6c90d67cf91 (patch)
tree051abb20606dc6ee0d935456e2f903fc8833ba15 /drivers
parent[ARM] Fix warning in arch/arm/mach-pxa/generic.c (diff)
downloadlinux-d0877904470c149c6553f1309cfed6c90d67cf91.tar.gz
linux-d0877904470c149c6553f1309cfed6c90d67cf91.tar.bz2
linux-d0877904470c149c6553f1309cfed6c90d67cf91.zip
[ARM] Don't include asm/arch/hardware.h directly
Since asm/hardware.h's only reason for existing is to include asm/arch/hardware.h, it's completely pointless to include both. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/ohci-lh7a404.c1
-rw-r--r--drivers/usb/host/ohci-omap.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/ohci-lh7a404.c b/drivers/usb/host/ohci-lh7a404.c
index 817620d73841..198c1c666e2c 100644
--- a/drivers/usb/host/ohci-lh7a404.c
+++ b/drivers/usb/host/ohci-lh7a404.c
@@ -18,7 +18,6 @@
#include <asm/hardware.h>
#include <asm/mach-types.h>
-#include <asm/arch/hardware.h>
extern int usb_disabled(void);
diff --git a/drivers/usb/host/ohci-omap.c b/drivers/usb/host/ohci-omap.c
index 5cde76faab93..d8f3ba7ad52e 100644
--- a/drivers/usb/host/ohci-omap.c
+++ b/drivers/usb/host/ohci-omap.c
@@ -18,7 +18,6 @@
#include <asm/io.h>
#include <asm/mach-types.h>
-#include <asm/arch/hardware.h>
#include <asm/arch/mux.h>
#include <asm/arch/irqs.h>
#include <asm/arch/gpio.h>