From 25c7c11fa5642ee426fc9fe54661ffeed809413f Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Wed, 25 Jun 2014 17:23:38 +0530 Subject: ARC: [plat-arcfpga] No need for init_irq hack With all IRQs unmasked by default on all cores, it is no longer needed to unmask them explicitly. Signed-off-by: Vineet Gupta --- arch/arc/plat-arcfpga/include/plat/irq.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arc/plat-arcfpga/include/plat/irq.h') diff --git a/arch/arc/plat-arcfpga/include/plat/irq.h b/arch/arc/plat-arcfpga/include/plat/irq.h index 6adbc53c3a5b..2c9dea690ac4 100644 --- a/arch/arc/plat-arcfpga/include/plat/irq.h +++ b/arch/arc/plat-arcfpga/include/plat/irq.h @@ -24,6 +24,4 @@ #define IDU_INTERRUPT_0 16 #endif -extern void __init plat_fpga_init_IRQ(void); - #endif -- cgit v1.2.3