diff options
author | Bellido Nicolas <ml@acolin.be> | 2006-05-07 23:49:22 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-05-07 23:49:22 +0200 |
commit | 201be92a4243e58bcc6c0878489bcc2aaaf51c80 (patch) | |
tree | 35db24e06ba8bc60fe6f826fa73281bad2827885 /include/asm-arm/arch-aaec2000/entry-macro.S | |
parent | [ARM] 3504/1: Fix clcd includes for aaec2000 (diff) | |
download | linux-201be92a4243e58bcc6c0878489bcc2aaaf51c80.tar.xz linux-201be92a4243e58bcc6c0878489bcc2aaaf51c80.zip |
[ARM] 3505/1: aaec2000: entry-macro.S needs asm/arch/irqs.h
Patch from Bellido Nicolas
Since git commit 2b78838842346da390e8547cd37035184376d506, entry-macro.S needs to include asm/arch/irqs.h
Signed-off-by: Nicolas Bellido <ml@acolin.be>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r-- | include/asm-arm/arch-aaec2000/entry-macro.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-aaec2000/entry-macro.S b/include/asm-arm/arch-aaec2000/entry-macro.S index df31313ab07e..1eb3503bd16e 100644 --- a/include/asm-arm/arch-aaec2000/entry-macro.S +++ b/include/asm-arm/arch-aaec2000/entry-macro.S @@ -10,6 +10,7 @@ * published by the Free Software Foundation. * */ +#include <asm/arch/irqs.h> .macro disable_fiq .endm |