diff --git a/[refs] b/[refs] index 4ff8b27ce8f6..4ef6f132f3c6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 29fe651f8fb74d9bd8dd850488f7d773e8b37534 +refs/heads/master: e4d4a9027877593d80d71e8a93e39670b1881627 diff --git a/trunk/arch/arm/mach-ep93xx/ts72xx.c b/trunk/arch/arm/mach-ep93xx/ts72xx.c index faa5bddd283f..3c4c233391dc 100644 --- a/trunk/arch/arm/mach-ep93xx/ts72xx.c +++ b/trunk/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/trunk/arch/arm/mach-ep93xx/include/mach/ts72xx.h b/trunk/arch/arm/mach-ep93xx/ts72xx.h similarity index 100% rename from trunk/arch/arm/mach-ep93xx/include/mach/ts72xx.h rename to trunk/arch/arm/mach-ep93xx/ts72xx.h