diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-23 06:02:48 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:14 -0500 |
commit | 877768c84d6ca8f7dedafff0e44615a12e82f8f4 (patch) | |
tree | bf81883aecb24a75ae899a84c40290ef735008ba /arch/arc/plat-arcfpga/irq.c | |
parent | 03a6d28cdddfbd11b338c23e7fe51d0816b9bdef (diff) |
ARC: [Review] Multi-platform image #3: switch to board callback
-platform API is retired and instead callbacks are used
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
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 |