diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-10-28 15:25:28 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-10-28 15:25:28 +0200 |
commit | 674c04538284736c4a44224c78cb784b2c972f98 (patch) | |
tree | b975860890debe5fadcafd4137ad3112f1784849 /include/asm-arm/arch-sa1100/system.h | |
parent | [ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.h (diff) | |
download | linux-674c04538284736c4a44224c78cb784b2c972f98.tar.xz linux-674c04538284736c4a44224c78cb784b2c972f98.zip |
[ARM] 3/4: Remove asm/hardware.h from SA1100 io.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-sa1100/system.h')
-rw-r--r-- | include/asm-arm/arch-sa1100/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-sa1100/system.h b/include/asm-arm/arch-sa1100/system.h index 6f52118ba1a4..0f0612f79b2b 100644 --- a/include/asm-arm/arch-sa1100/system.h +++ b/include/asm-arm/arch-sa1100/system.h @@ -4,6 +4,7 @@ * Copyright (c) 1999 Nicolas Pitre <nico@cam.org> */ #include <linux/config.h> +#include <asm/hardware.h> static inline void arch_idle(void) { |