diff options
author | Tony Lindgren <tony@atomide.com> | 2012-03-01 15:35:01 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-07 04:34:38 +0100 |
commit | 6076c644126e5424f32aec6c8f2bdc19bbcc8859 (patch) | |
tree | 014d9da4c98f7b3d81cc2d6e669a2a5e4c8d1709 /arch/arm/mach-omap1/sram.S | |
parent | ARM: msm: clean-up mach/io.h (diff) | |
download | linux-6076c644126e5424f32aec6c8f2bdc19bbcc8859.tar.xz linux-6076c644126e5424f32aec6c8f2bdc19bbcc8859.zip |
ARM: OMAP: Remove remaining includes for mach/io.h
These are no longer needed with the recent iomap.h
changes.
Reported-by: Rob Herring <robherring2@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'arch/arm/mach-omap1/sram.S')
-rw-r--r-- | arch/arm/mach-omap1/sram.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/sram.S b/arch/arm/mach-omap1/sram.S index 2ce0b9ab20e5..00e9d9e9adf1 100644 --- a/arch/arm/mach-omap1/sram.S +++ b/arch/arm/mach-omap1/sram.S @@ -12,7 +12,6 @@ #include <asm/assembler.h> -#include <mach/io.h> #include <mach/hardware.h> #include "iomap.h" |