From: Paul Mundt Date: Wed, 27 Sep 2006 02:16:20 +0000 (+0900) Subject: sh: Move smc37c93x.h for SystemH board use. X-Git-Tag: accepted/tizen/common/20141203.182822~35111^2~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c91c1a7012911e4b0180a1c1ae258e2b706f987;p=platform%2Fkernel%2Flinux-arm64.git sh: Move smc37c93x.h for SystemH board use. SystemH needs this header as well, not just 770x SE. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/se/770x/setup.c b/arch/sh/boards/se/770x/setup.c index 7d1a071..b6730ea 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