From 32e99026345f7947cda06c891e3c3567785cc178 Mon Sep 17 00:00:00 2001 From: Ryan Mallon Date: Mon, 17 Sep 2012 09:09:08 +1000 Subject: [PATCH] --- yaml --- r: 326387 b: refs/heads/master c: e4d4a9027877593d80d71e8a93e39670b1881627 h: refs/heads/master i: 326385: 5b730d998c87e85205adfd487959847367690a8f 326383: 0fabc8c86651366a3982e1f64320297bc63e1d9f v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-ep93xx/ts72xx.c | 2 +- trunk/arch/arm/mach-ep93xx/{include/mach => }/ts72xx.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/arm/mach-ep93xx/{include/mach => }/ts72xx.h (100%) 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