Skip to content

Commit

Permalink
ARM: OMAP: Remove remaining includes for mach/io.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Lindgren authored and Rob Herring committed Mar 7, 2012
1 parent 68a7f1f commit 6076c64
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-omap1/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/

#include <mach/hardware.h>
#include <mach/io.h>
#include <mach/irqs.h>

#include "../../iomap.h"
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-omap1/sleep.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

#include <asm/assembler.h>

#include <mach/io.h>

#include "iomap.h"
#include "pm.h"

Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-omap1/sram.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#include <asm/assembler.h>

#include <mach/io.h>
#include <mach/hardware.h>

#include "iomap.h"
Expand Down
1 change: 0 additions & 1 deletion arch/arm/plat-omap/include/plat/sdrc.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* published by the Free Software Foundation.
*/

#include <mach/io.h>

/* SDRC register offsets - read/write with sdrc_{read,write}_reg() */

Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap2/vrfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <linux/bitops.h>
#include <linux/mutex.h>

#include <mach/io.h>
#include <plat/vrfb.h>
#include <plat/sdrc.h>

Expand Down

0 comments on commit 6076c64

Please sign in to comment.