diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap4-common.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 6cd3f3772ecf..95e171a055f3 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #include <linux/of_platform.h> | 22 | #include <linux/of_platform.h> |
| 23 | #include <linux/export.h> | 23 | #include <linux/export.h> |
| 24 | #include <linux/irqchip/arm-gic.h> | 24 | #include <linux/irqchip/arm-gic.h> |
| 25 | #include <linux/irqchip/irq-crossbar.h> | ||
| 25 | #include <linux/of_address.h> | 26 | #include <linux/of_address.h> |
| 26 | #include <linux/reboot.h> | 27 | #include <linux/reboot.h> |
| 27 | 28 | ||
| @@ -288,5 +289,8 @@ void __init omap_gic_of_init(void) | |||
| 288 | 289 | ||
| 289 | skip_errata_init: | 290 | skip_errata_init: |
| 290 | omap_wakeupgen_init(); | 291 | omap_wakeupgen_init(); |
| 292 | #ifdef CONFIG_IRQ_CROSSBAR | ||
| 293 | irqcrossbar_init(); | ||
| 294 | #endif | ||
| 291 | irqchip_init(); | 295 | irqchip_init(); |
| 292 | } | 296 | } |
