diff options
Diffstat (limited to 'arch/arc/plat-arcfpga/irq.c')
-rw-r--r-- | arch/arc/plat-arcfpga/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-arcfpga/irq.c b/arch/arc/plat-arcfpga/irq.c index 590edd174c47..0ea43c26f16a 100644 --- a/arch/arc/plat-arcfpga/irq.c +++ b/arch/arc/plat-arcfpga/irq.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <linux/interrupt.h> | 11 | #include <linux/interrupt.h> |
12 | #include <asm/irq.h> | 12 | #include <asm/irq.h> |
13 | 13 | ||
14 | void __init plat_init_IRQ(void) | 14 | void __init plat_fpga_init_IRQ(void) |
15 | { | 15 | { |
16 | /* | 16 | /* |
17 | * SMP Hack because UART IRQ hardwired to cpu0 (boot-cpu) but if the | 17 | * SMP Hack because UART IRQ hardwired to cpu0 (boot-cpu) but if the |