aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/sram.S
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-02-24 13:34:34 -0500
committerTony Lindgren <tony@atomide.com>2012-02-24 13:34:34 -0500
commit2e3ee9f45b3c25faa012abc9a62ab7aa515cd617 (patch)
tree0573cc65c3c8906453d949b5fe7f7499d1a25da1 /arch/arm/mach-omap1/sram.S
parent63325ff235deeed5a5fc25705e292239115c76cd (diff)
ARM: OMAP1: Move most of plat/io.h into local iomap.h
There's no need to have these in plat/io.h. While at it, clean up the includes to group them like they typically are grouped. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/sram.S')
-rw-r--r--arch/arm/mach-omap1/sram.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/sram.S b/arch/arm/mach-omap1/sram.S
index 692587d07ea5..2ce0b9ab20e5 100644
--- a/arch/arm/mach-omap1/sram.S
+++ b/arch/arm/mach-omap1/sram.S
@@ -9,10 +9,14 @@
9 */ 9 */
10 10
11#include <linux/linkage.h> 11#include <linux/linkage.h>
12
12#include <asm/assembler.h> 13#include <asm/assembler.h>
14
13#include <mach/io.h> 15#include <mach/io.h>
14#include <mach/hardware.h> 16#include <mach/hardware.h>
15 17
18#include "iomap.h"
19
16 .text 20 .text
17 21
18/* 22/*