diff options
Diffstat (limited to 'arch/arm/mach-omap1/include/mach/entry-macro.S')
| -rw-r--r-- | arch/arm/mach-omap1/include/mach/entry-macro.S | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/include/mach/entry-macro.S b/arch/arm/mach-omap1/include/mach/entry-macro.S index 83c0250c530..fa0f32a686a 100644 --- a/arch/arm/mach-omap1/include/mach/entry-macro.S +++ b/arch/arm/mach-omap1/include/mach/entry-macro.S @@ -9,10 +9,12 @@   * License version 2. This program is licensed "as is" without any   * warranty of any kind, whether express or implied.   */ +  #include <mach/hardware.h>  #include <mach/io.h>  #include <mach/irqs.h> -#include <asm/hardware/gic.h> + +#include "../../iomap.h"  		.macro  get_irqnr_preamble, base, tmp  		.endm  |