diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:16:20 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:16:20 +0200 |
commit | 0c91c1a7012911e4b0180a1c1ae258e2b706f987 (patch) | |
tree | f437f4bf763c7257daa2a29a8b37570f678ca9c4 /arch/sh/boards | |
parent | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 (diff) | |
download | linux-0c91c1a7012911e4b0180a1c1ae258e2b706f987.tar.xz linux-0c91c1a7012911e4b0180a1c1ae258e2b706f987.zip |
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>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/se/770x/setup.c | 2 |
1 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 7d1a071727cc..b6730ea57502 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 |