diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 10:34:49 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 10:34:49 +0400 |
commit | b894701e7c472dbc6267bdde68bd6d35266b8dfc (patch) | |
tree | aae61d26286a21992c3af648028a52aa6724f5fc /arch/sh/include/mach-se/mach/se7751.h | |
parent | a7734e51077e3eb3943887d15bb5c49063738263 (diff) | |
download | linux-b894701e7c472dbc6267bdde68bd6d35266b8dfc.tar.xz |
sh: mach-se evt2irq migration.
Migrate Solution Engine boards to evt2irq backed hwirq lookups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/mach-se/mach/se7751.h')
-rw-r--r-- | arch/sh/include/mach-se/mach/se7751.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/include/mach-se/mach/se7751.h b/arch/sh/include/mach-se/mach/se7751.h index b36792ac5d66..271871793d59 100644 --- a/arch/sh/include/mach-se/mach/se7751.h +++ b/arch/sh/include/mach-se/mach/se7751.h @@ -11,6 +11,7 @@ * Modified for 7751 Solution Engine by * Ian da Silva and Jeremy Siegel, 2001. */ +#include <linux/sh_intc.h> /* Box specific addresses. */ @@ -63,7 +64,7 @@ #define BCR_ILCRF (PA_BCR + 10) #define BCR_ILCRG (PA_BCR + 12) -#define IRQ_79C973 13 +#define IRQ_79C973 evt2irq(0x3a0) void init_7751se_IRQ(void); |