From: Paul Mundt Date: Sun, 3 Oct 2010 17:50:32 +0000 (+0900) Subject: sh: mach-x3proto: Move the ilsel header to a better place. X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=d39d0ed196aa1685bb24771e92f78633c66ac9cb;p=linux-edison.git sh: mach-x3proto: Move the ilsel header to a better place. We'll be adding more headers for this board, so move this over to its own directory. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/mach-x3proto/ilsel.c b/arch/sh/boards/mach-x3proto/ilsel.c index 5c9842704c6..aa8eb7e5428 100644 --- a/arch/sh/boards/mach-x3proto/ilsel.c +++ b/arch/sh/boards/mach-x3proto/ilsel.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include /* * ILSEL is split across: diff --git a/arch/sh/boards/mach-x3proto/setup.c b/arch/sh/boards/mach-x3proto/setup.c index 21f1bb67248..8fd75109bdc 100644 --- a/arch/sh/boards/mach-x3proto/setup.c +++ b/arch/sh/boards/mach-x3proto/setup.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include static struct resource heartbeat_resources[] = { diff --git a/arch/sh/include/asm/ilsel.h b/arch/sh/include/mach-x3proto/mach/ilsel.h similarity index 100% rename from arch/sh/include/asm/ilsel.h rename to arch/sh/include/mach-x3proto/mach/ilsel.h