Commit e4d4a902 authored by Ryan Mallon's avatar Ryan Mallon

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: default avatarRyan Mallon <rmallon@gmail.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 29fe651f
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <linux/mtd/partitions.h> #include <linux/mtd/partitions.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/ts72xx.h>
#include <asm/hardware/vic.h> #include <asm/hardware/vic.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
...@@ -29,6 +28,7 @@ ...@@ -29,6 +28,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include "soc.h" #include "soc.h"
#include "ts72xx.h"
static struct map_desc ts72xx_io_desc[] __initdata = { static struct map_desc ts72xx_io_desc[] __initdata = {
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment