diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-16 14:51:20 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-16 14:51:20 +0000 |
commit | 0a5709b2dc84140082ea235130a05c05d51f94a2 (patch) | |
tree | 096bdbc0a86fde503722611bba1feaca76e91d3a /arch/arm/plat-omap/ocpi.c | |
parent | ce07d90aa80a4c9a956eb2f662e4be5ea5c6baf8 (diff) | |
download | op-kernel-dev-0a5709b2dc84140082ea235130a05c05d51f94a2.zip op-kernel-dev-0a5709b2dc84140082ea235130a05c05d51f94a2.tar.gz |
[ARM] Include asm/hardware.h instead of asm/arch/hardware.h
Rationalise hardware.h include.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-omap/ocpi.c')
-rw-r--r-- | arch/arm/plat-omap/ocpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/ocpi.c b/arch/arm/plat-omap/ocpi.c index 2ede2ee..b861482 100644 --- a/arch/arm/plat-omap/ocpi.c +++ b/arch/arm/plat-omap/ocpi.c @@ -34,7 +34,7 @@ #include <asm/io.h> #include <asm/hardware/clock.h> -#include <asm/arch/hardware.h> +#include <asm/hardware.h> #define OCPI_BASE 0xfffec320 #define OCPI_FAULT (OCPI_BASE + 0x00) |