diff options
| author | Ryan Mallon <rmallon@gmail.com> | 2012-09-17 09:09:08 +1000 | 
|---|---|---|
| committer | Ryan Mallon <rmallon@gmail.com> | 2012-09-17 09:09:08 +1000 | 
| commit | e4d4a9027877593d80d71e8a93e39670b1881627 (patch) | |
| tree | cd4b5f3ff4c77ade85ea4505c85ca49c29bb0c93 | |
| parent | 29fe651f8fb74d9bd8dd850488f7d773e8b37534 (diff) | |
| download | olio-linux-3.10-e4d4a9027877593d80d71e8a93e39670b1881627.tar.xz olio-linux-3.10-e4d4a9027877593d80d71e8a93e39670b1881627.zip  | |
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 <rmallon@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
| -rw-r--r-- | arch/arm/mach-ep93xx/ts72xx.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-ep93xx/ts72xx.h (renamed from arch/arm/mach-ep93xx/include/mach/ts72xx.h) | 0 | 
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c index faa5bddd283..3c4c233391d 100644 --- a/arch/arm/mach-ep93xx/ts72xx.c +++ b/arch/arm/mach-ep93xx/ts72xx.c @@ -21,7 +21,6 @@  #include <linux/mtd/partitions.h>  #include <mach/hardware.h> -#include <mach/ts72xx.h>  #include <asm/hardware/vic.h>  #include <asm/mach-types.h> @@ -29,6 +28,7 @@  #include <asm/mach/arch.h>  #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 index 071feaa30ad..071feaa30ad 100644 --- a/arch/arm/mach-ep93xx/include/mach/ts72xx.h +++ b/arch/arm/mach-ep93xx/ts72xx.h  |