ARM: OMAP: Remove remaining includes for mach/io.h
authorTony Lindgren <tony@atomide.com>
Thu, 1 Mar 2012 14:35:01 +0000 (08:35 -0600)
committerRob Herring <rob.herring@calxeda.com>
Wed, 7 Mar 2012 03:34:38 +0000 (21:34 -0600)
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>
arch/arm/mach-omap1/include/mach/entry-macro.S
arch/arm/mach-omap1/sleep.S
arch/arm/mach-omap1/sram.S
arch/arm/plat-omap/include/plat/sdrc.h
drivers/video/omap2/vrfb.c

index fa0f32a..88f08ca 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <mach/hardware.h>
-#include <mach/io.h>
 #include <mach/irqs.h>
 
 #include "../../iomap.h"
index 0779db1..0e62874 100644 (file)
@@ -36,8 +36,6 @@
 
 #include <asm/assembler.h>
 
-#include <mach/io.h>
-
 #include "iomap.h"
 #include "pm.h"
 
index 2ce0b9a..00e9d9e 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <asm/assembler.h>
 
-#include <mach/io.h>
 #include <mach/hardware.h>
 
 #include "iomap.h"
index 925b12b..9bb978e 100644 (file)
@@ -16,7 +16,6 @@
  * published by the Free Software Foundation.
  */
 
-#include <mach/io.h>
 
 /* SDRC register offsets - read/write with sdrc_{read,write}_reg() */
 
index fd22716..4e5b960 100644 (file)
@@ -27,7 +27,6 @@
 #include <linux/bitops.h>
 #include <linux/mutex.h>
 
-#include <mach/io.h>
 #include <plat/vrfb.h>
 #include <plat/sdrc.h>