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 fa0f32a686aa73669c9de53945461647b57044e1..88f08cab17179d375f49169918305baffd6b32f0 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <mach/hardware.h>
-#include <mach/io.h>
 #include <mach/irqs.h>
 
 #include "../../iomap.h"
index 0779db150da7ccbaa90115ff41ea3a5f1179d8e6..0e628743bd03ca0f8fe202c8ef0693c48fbd9246 100644 (file)
@@ -36,8 +36,6 @@
 
 #include <asm/assembler.h>
 
-#include <mach/io.h>
-
 #include "iomap.h"
 #include "pm.h"
 
index 2ce0b9ab20e51ceb8af03e738d71cd0ecffb4141..00e9d9e9adf1107a442e7454e1f4434cdf54805d 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <asm/assembler.h>
 
-#include <mach/io.h>
 #include <mach/hardware.h>
 
 #include "iomap.h"
index 925b12b500dc7ecca1f8c508acdbeb9ecee38c53..9bb978ecd884ac3a378a40a03f9c59b494181929 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 fd227160037058e2a2220fa60f917056e5d630ef..4e5b960c32c88bbcab1ec7e31c1f1eb7772898d7 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>