Browse Source

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>
Ryan Mallon 12 years ago
parent
commit
e4d4a90278
2 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-ep93xx/ts72xx.c
  2. 0 0
      arch/arm/mach-ep93xx/ts72xx.h

+ 1 - 1
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 = {
 	{

+ 0 - 0
arch/arm/mach-ep93xx/include/mach/ts72xx.h → arch/arm/mach-ep93xx/ts72xx.h