diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-06-18 05:32:03 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 05:10:31 -0400 |
commit | 787d9d7e89c3952db12d9e4bb02ba5c5a85f6b7f (patch) | |
tree | 3d216ac87bc5e11e0125b5f48c2f5180be48455f /include/asm-sh/se.h | |
parent | b2e4c109a8a49d1df37572a12e3261e9c7361cc7 (diff) |
sh: Clean up code of Solution Engine 770x
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/se.h')
-rw-r--r-- | include/asm-sh/se.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/se.h b/include/asm-sh/se.h index 0e2f720b9664..eb23000e1bbe 100644 --- a/include/asm-sh/se.h +++ b/include/asm-sh/se.h | |||
@@ -91,6 +91,8 @@ | |||
91 | #define SH_ETH1_IRQ 81 | 91 | #define SH_ETH1_IRQ 81 |
92 | #define SH_TSU_IRQ 82 | 92 | #define SH_TSU_IRQ 82 |
93 | 93 | ||
94 | void init_se_IRQ(void); | ||
95 | |||
94 | #define __IO_PREFIX se | 96 | #define __IO_PREFIX se |
95 | #include <asm/io_generic.h> | 97 | #include <asm/io_generic.h> |
96 | 98 | ||