diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-06-25 15:53:38 +0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-07-23 09:51:10 +0400 |
commit | 25c7c11fa5642ee426fc9fe54661ffeed809413f (patch) | |
tree | 47e2c74cec24ef54cba8e3bea126f36d9a13b538 /arch/arc/plat-arcfpga/include/plat/irq.h | |
parent | 878f46c71e99cfb6d8e4e15a561db63a3c9601e5 (diff) | |
download | linux-25c7c11fa5642ee426fc9fe54661ffeed809413f.tar.xz |
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 <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-arcfpga/include/plat/irq.h')
-rw-r--r-- | arch/arc/plat-arcfpga/include/plat/irq.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |