[ARM] 3505/1: aaec2000: entry-macro.S needs asm/arch/irqs.h

Patch from Bellido Nicolas

Since git commit 2b78838842, 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>
tirimbino
Bellido Nicolas 19 years ago committed by Russell King
parent 8a33b224ec
commit 201be92a42
  1. 1
      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

Loading…
Cancel
Save