Skip to content

Commit

Permalink
sh: Clean up code of Solution Engine 770x
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Nobuhiro Iwamatsu authored and Paul Mundt committed Jul 28, 2008
1 parent b2e4c10 commit 787d9d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions arch/sh/boards/se/770x/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include <asm/smc37c93x.h>
#include <asm/heartbeat.h>

void init_se_IRQ(void);

/*
* Configure the Super I/O chip
*/
Expand Down Expand Up @@ -73,7 +71,7 @@ static struct resource cf_ide_resources[] = {
},
[1] = {
.start = PA_MRSHPC_IO + 0x1f0 + 0x206,
.end = PA_MRSHPC_IO + 0x1f0 +8 + 0x206 + 8,
.end = PA_MRSHPC_IO + 0x1f0 + 8 + 0x206 + 8,
.flags = IORESOURCE_MEM,
},
[2] = {
Expand Down
2 changes: 2 additions & 0 deletions include/asm-sh/se.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
#define SH_ETH1_IRQ 81
#define SH_TSU_IRQ 82

void init_se_IRQ(void);

#define __IO_PREFIX se
#include <asm/io_generic.h>

Expand Down

0 comments on commit 787d9d7

Please sign in to comment.