From 0c91c1a7012911e4b0180a1c1ae258e2b706f987 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 27 Sep 2006 11:16:20 +0900 Subject: [PATCH] sh: Move smc37c93x.h for SystemH board use. SystemH needs this header as well, not just 770x SE. Signed-off-by: Paul Mundt --- arch/sh/boards/se/770x/setup.c | 2 +- include/asm-sh/{se => }/smc37c93x.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/asm-sh/{se => }/smc37c93x.h (100%) 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 #include #include -#include +#include /* * Configure the Super I/O chip diff --git a/include/asm-sh/se/smc37c93x.h b/include/asm-sh/smc37c93x.h similarity index 100% rename from include/asm-sh/se/smc37c93x.h rename to include/asm-sh/smc37c93x.h -- 2.34.1