From 13365151fadd257c5d6a43c582897411f79d752a Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Wed, 18 Jun 2008 18:32:03 +0900 Subject: [PATCH] --- yaml --- r: 106825 b: refs/heads/master c: 787d9d7e89c3952db12d9e4bb02ba5c5a85f6b7f h: refs/heads/master i: 106823: 7ee90a82974aa08ab97755dbaeb558020eb40efb v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/se/770x/setup.c | 4 +--- trunk/include/asm-sh/se.h | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d7b445c3b473..ef23f470d950 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b2e4c109a8a49d1df37572a12e3261e9c7361cc7 +refs/heads/master: 787d9d7e89c3952db12d9e4bb02ba5c5a85f6b7f diff --git a/trunk/arch/sh/boards/se/770x/setup.c b/trunk/arch/sh/boards/se/770x/setup.c index 25767cc3a50d..cf4a5ba12df4 100644 --- a/trunk/arch/sh/boards/se/770x/setup.c +++ b/trunk/arch/sh/boards/se/770x/setup.c @@ -14,8 +14,6 @@ #include #include -void init_se_IRQ(void); - /* * Configure the Super I/O chip */ @@ -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] = { diff --git a/trunk/include/asm-sh/se.h b/trunk/include/asm-sh/se.h index 0e2f720b9664..eb23000e1bbe 100644 --- a/trunk/include/asm-sh/se.h +++ b/trunk/include/asm-sh/se.h @@ -91,6 +91,8 @@ #define SH_ETH1_IRQ 81 #define SH_TSU_IRQ 82 +void init_se_IRQ(void); + #define __IO_PREFIX se #include