Skip to content

Commit

Permalink
[ARM] 3505/1: aaec2000: entry-macro.S needs asm/arch/irqs.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bellido Nicolas authored and Russell King committed May 7, 2006
1 parent 8a33b22 commit 201be92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/arch-aaec2000/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* published by the Free Software Foundation.
*
*/
#include <asm/arch/irqs.h>

.macro disable_fiq
.endm
Expand Down

0 comments on commit 201be92

Please sign in to comment.