diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 11:16:20 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 11:16:20 +0900 |
commit | 0c91c1a7012911e4b0180a1c1ae258e2b706f987 (patch) | |
tree | f437f4bf763c7257daa2a29a8b37570f678ca9c4 | |
parent | b278240839e20fa9384ea430df463b367b90e04e (diff) |
sh: Move smc37c93x.h for SystemH board use.
SystemH needs this header as well, not just 770x SE.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/boards/se/770x/setup.c | 2 | ||||
-rw-r--r-- | include/asm-sh/smc37c93x.h (renamed from include/asm-sh/se/smc37c93x.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/se/770x/setup.c b/arch/sh/boards/se/770x/setup.c index 7d1a071727c..b6730ea5750 100644 --- a/arch/sh/boards/se/770x/setup.c +++ b/arch/sh/boards/se/770x/setup.c @@ -15,7 +15,7 @@ #include <linux/ide.h> #include <asm/io.h> #include <asm/se/se.h> -#include <asm/se/smc37c93x.h> +#include <asm/smc37c93x.h> /* * Configure the Super I/O chip diff --git a/include/asm-sh/se/smc37c93x.h b/include/asm-sh/smc37c93x.h index 585da2a8fc4..585da2a8fc4 100644 --- a/include/asm-sh/se/smc37c93x.h +++ b/include/asm-sh/smc37c93x.h |