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>
This commit is contained in:
Nobuhiro Iwamatsu
2008-06-18 18:32:03 +09:00
committed by Paul Mundt
parent b2e4c109a8
commit 787d9d7e89
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,6 @@
#include <asm/smc37c93x.h> #include <asm/smc37c93x.h>
#include <asm/heartbeat.h> #include <asm/heartbeat.h>
void init_se_IRQ(void);
/* /*
* Configure the Super I/O chip * Configure the Super I/O chip
*/ */

View File

@@ -91,6 +91,8 @@
#define SH_ETH1_IRQ 81 #define SH_ETH1_IRQ 81
#define SH_TSU_IRQ 82 #define SH_TSU_IRQ 82
void init_se_IRQ(void);
#define __IO_PREFIX se #define __IO_PREFIX se
#include <asm/io_generic.h> #include <asm/io_generic.h>