diff options
Diffstat (limited to 'arch/arm/plat-mxc/irq.c')
-rw-r--r-- | arch/arm/plat-mxc/irq.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/irq.c b/arch/arm/plat-mxc/irq.c index 2ad5a6917b3f..88f0cfababda 100644 --- a/arch/arm/plat-mxc/irq.c +++ b/arch/arm/plat-mxc/irq.c | |||
@@ -71,5 +71,8 @@ void __init mxc_init_irq(void) | |||
71 | reg |= (0xF << 28); | 71 | reg |= (0xF << 28); |
72 | __raw_writel(reg, AVIC_NIPRIORITY6); | 72 | __raw_writel(reg, AVIC_NIPRIORITY6); |
73 | 73 | ||
74 | /* init architectures chained interrupt handler */ | ||
75 | mxc_register_gpios(); | ||
76 | |||
74 | printk(KERN_INFO "MXC IRQ initialized\n"); | 77 | printk(KERN_INFO "MXC IRQ initialized\n"); |
75 | } | 78 | } |