Skip to content
Snippets Groups Projects
Commit 201be92a authored by Bellido Nicolas's avatar Bellido Nicolas Committed by Russell King
Browse files

[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: default avatarNicolas Bellido <ml@acolin.be>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 8a33b224
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
* *
*/ */
#include <asm/arch/irqs.h>
.macro disable_fiq .macro disable_fiq
.endm .endm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment