diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap4-common.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 2489f5b8b98..1b93d31fe8e 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c @@ -22,6 +22,7 @@  #include <plat/irqs.h>  #include <mach/hardware.h> +#include <mach/omap-wakeupgen.h>  #include "common.h"  #include "omap4-sar-layout.h" @@ -45,6 +46,8 @@ void __init gic_init_irq(void)  	omap_irq_base = ioremap(OMAP44XX_GIC_CPU_BASE, SZ_512);  	BUG_ON(!omap_irq_base); +	omap_wakeupgen_init(); +  	gic_init(0, 29, gic_dist_base_addr, omap_irq_base);  }  |