diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-16 15:51:20 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-16 15:51:20 +0100 |
commit | 0a5709b2dc84140082ea235130a05c05d51f94a2 (patch) | |
tree | 096bdbc0a86fde503722611bba1feaca76e91d3a /include/asm-arm/arch-clps711x | |
parent | [ARM] Fix arch-realview/system.h to use __io_address() (diff) | |
download | linux-0a5709b2dc84140082ea235130a05c05d51f94a2.tar.xz linux-0a5709b2dc84140082ea235130a05c05d51f94a2.zip |
[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 'include/asm-arm/arch-clps711x')
-rw-r--r-- | include/asm-arm/arch-clps711x/uncompress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-clps711x/uncompress.h b/include/asm-arm/arch-clps711x/uncompress.h index 7d0ab791b16c..9fc4bcfa1681 100644 --- a/include/asm-arm/arch-clps711x/uncompress.h +++ b/include/asm-arm/arch-clps711x/uncompress.h @@ -19,7 +19,7 @@ */ #include <linux/config.h> #include <asm/arch/io.h> -#include <asm/arch/hardware.h> +#include <asm/hardware.h> #include <asm/hardware/clps7111.h> #undef CLPS7111_BASE |