diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-15 09:08:20 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 14:13:43 +0200 |
commit | f58c3276d3652b0d96654ba08f0afc87c013da57 (patch) | |
tree | a7276504d01d8a0a170f6b52eea80a2cbef6b225 /arch/blackfin/mach-bf537/include | |
parent | Blackfin: move internal irq prototypes out of global namespace (diff) | |
download | linux-f58c3276d3652b0d96654ba08f0afc87c013da57.tar.xz linux-f58c3276d3652b0d96654ba08f0afc87c013da57.zip |
Blackfin: move bf537-specific irq code out of common code
The SIC interrupt line muxing that the bf537 does is specific to this
CPU (thankfully), so rip it out of the common code and move it to a
bf537-specific file. This tidies up the common code significantly.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/include')
-rw-r--r-- | arch/blackfin/mach-bf537/include/mach/irq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/irq.h b/arch/blackfin/mach-bf537/include/mach/irq.h index fe2223b5dd52..cc3132347414 100644 --- a/arch/blackfin/mach-bf537/include/mach/irq.h +++ b/arch/blackfin/mach-bf537/include/mach/irq.h @@ -160,4 +160,6 @@ #define IRQ_MEM_DMA1_POS 24 #define IRQ_WATCH_POS 28 +#define init_mach_irq init_mach_irq + #endif |