diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:20 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:45:55 -0500 |
commit | ee36d1722112f33725ec1a7fc02f6c46e630fd27 (patch) | |
tree | 280390c8cb2a375a01a68d5e9724cbf740685052 /arch/arc/include | |
parent | c121c5063c0674fad6811f0b0d86ec3bc6eecbbd (diff) |
ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
N.B. This is old style of hardcoding platform device specific info
in code and it's instantiation thererof using platform_add_devices().
Subsequent patches replace this with DeviceTree based runtime probe.
This patch has been retained just as an example of "don't-do-this" for
newer kernel ports.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/include/asm/irq.h b/arch/arc/include/asm/irq.h index 514b30287445..c91b2e4344a1 100644 --- a/arch/arc/include/asm/irq.h +++ b/arch/arc/include/asm/irq.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #define TIMER0_IRQ 3 | 13 | #define TIMER0_IRQ 3 |
14 | #define TIMER1_IRQ 4 | 14 | #define TIMER1_IRQ 4 |
15 | 15 | ||
16 | #include <plat/irq.h> /* Board Specific IRQ assignments */ | ||
16 | #include <asm-generic/irq.h> | 17 | #include <asm-generic/irq.h> |
17 | 18 | ||
18 | extern void __init arc_init_IRQ(void); | 19 | extern void __init arc_init_IRQ(void); |