diff options
Diffstat (limited to 'arch/arm/mach-imx/avic.c')
-rw-r--r-- | arch/arm/mach-imx/avic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/avic.c b/arch/arm/mach-imx/avic.c index 204fd94c57d5..adc64bc5b343 100644 --- a/arch/arm/mach-imx/avic.c +++ b/arch/arm/mach-imx/avic.c | |||
@@ -24,10 +24,10 @@ | |||
24 | #include <linux/of.h> | 24 | #include <linux/of.h> |
25 | #include <asm/mach/irq.h> | 25 | #include <asm/mach/irq.h> |
26 | #include <asm/exception.h> | 26 | #include <asm/exception.h> |
27 | #include <mach/hardware.h> | ||
28 | #include <mach/irqs.h> | 27 | #include <mach/irqs.h> |
29 | 28 | ||
30 | #include "common.h" | 29 | #include "common.h" |
30 | #include "hardware.h" | ||
31 | #include "irq-common.h" | 31 | #include "irq-common.h" |
32 | 32 | ||
33 | #define AVIC_INTCNTL 0x00 /* int control reg */ | 33 | #define AVIC_INTCNTL 0x00 /* int control reg */ |