diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-12-02 00:01:19 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-02 00:01:19 +0100 |
commit | d281bc9d8a22419abc254f86a7fc268bb99914e1 (patch) | |
tree | 22f4219bc1c8f1540c80811b25f58b28ef431e9d /arch/arm | |
parent | Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into devel (diff) | |
download | linux-d281bc9d8a22419abc254f86a7fc268bb99914e1.tar.xz linux-d281bc9d8a22419abc254f86a7fc268bb99914e1.zip |
[ARM] fix missing includes for iop33x and sa1100_ir
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-iop33x/include/mach/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-iop33x/include/mach/system.h b/arch/arm/mach-iop33x/include/mach/system.h index 7bf3bfb49446..0cb3ad862acd 100644 --- a/arch/arm/mach-iop33x/include/mach/system.h +++ b/arch/arm/mach-iop33x/include/mach/system.h @@ -7,6 +7,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ +#include <asm/hardware/iop3xx.h> static inline void arch_idle(void) { |