From: Ryan Mallon Date: Sun, 16 Sep 2012 23:09:08 +0000 (+1000) Subject: ARM: ep93xx: Move ts72xx.h out of include/mach X-Git-Tag: upstream/snapshot3+hdmi~6583^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4d4a9027877593d80d71e8a93e39670b1881627;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: ep93xx: Move ts72xx.h out of include/mach The ts72xx.h header is only included by arch/arm/mach-ep93xx/ts72xx.c. It therefore does not need to be in the globally exported include/mach directory. Move it to to arch/arm/mach-ep93xx. Signed-off-by: Ryan Mallon Acked-by: Arnd Bergmann --- diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c index faa5bdd..3c4c233 100644 --- a/arch/arm/mach-ep93xx/ts72xx.c +++ b/arch/arm/mach-ep93xx/ts72xx.c @@ -21,7 +21,6 @@ #include #include -#include #include #include @@ -29,6 +28,7 @@ #include #include "soc.h" +#include "ts72xx.h" static struct map_desc ts72xx_io_desc[] __initdata = { { diff --git a/arch/arm/mach-ep93xx/include/mach/ts72xx.h b/arch/arm/mach-ep93xx/ts72xx.h similarity index 100% rename from arch/arm/mach-ep93xx/include/mach/ts72xx.h rename to arch/arm/mach-ep93xx/ts72xx.h