diff options
| -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 faa5bddd283f..3c4c233391dc 100644 --- a/arch/arm/mach-ep93xx/ts72xx.c +++ b/arch/arm/mach-ep93xx/ts72xx.c | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #include <linux/mtd/partitions.h> | 21 | #include <linux/mtd/partitions.h> |
| 22 | 22 | ||
| 23 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
| 24 | #include <mach/ts72xx.h> | ||
| 25 | 24 | ||
| 26 | #include <asm/hardware/vic.h> | 25 | #include <asm/hardware/vic.h> |
| 27 | #include <asm/mach-types.h> | 26 | #include <asm/mach-types.h> |
| @@ -29,6 +28,7 @@ | |||
| 29 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
| 30 | 29 | ||
| 31 | #include "soc.h" | 30 | #include "soc.h" |
| 31 | #include "ts72xx.h" | ||
| 32 | 32 | ||
| 33 | static struct map_desc ts72xx_io_desc[] __initdata = { | 33 | static struct map_desc ts72xx_io_desc[] __initdata = { |
| 34 | { | 34 | { |
diff --git a/arch/arm/mach-ep93xx/include/mach/ts72xx.h b/arch/arm/mach-ep93xx/ts72xx.h index 071feaa30adc..071feaa30adc 100644 --- a/arch/arm/mach-ep93xx/include/mach/ts72xx.h +++ b/arch/arm/mach-ep93xx/ts72xx.h | |||
