diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-12-01 23:01:19 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-01 23:01:19 +0000 |
commit | d281bc9d8a22419abc254f86a7fc268bb99914e1 (patch) | |
tree | 22f4219bc1c8f1540c80811b25f58b28ef431e9d /arch/arm/mach-iop33x | |
parent | 657e1de8e742cf81153d2d15545948bd58294200 (diff) | |
download | kernel_samsung_smdk4412-d281bc9d8a22419abc254f86a7fc268bb99914e1.zip kernel_samsung_smdk4412-d281bc9d8a22419abc254f86a7fc268bb99914e1.tar.gz kernel_samsung_smdk4412-d281bc9d8a22419abc254f86a7fc268bb99914e1.tar.bz2 |
[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/mach-iop33x')
-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 7bf3bfb..0cb3ad8 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) { |