Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tony Lindgren and committed by
Rob Herring
6076c644 68a7f1f7

-6
-1
arch/arm/mach-omap1/include/mach/entry-macro.S
··· 11 11 */ 12 12 13 13 #include <mach/hardware.h> 14 - #include <mach/io.h> 15 14 #include <mach/irqs.h> 16 15 17 16 #include "../../iomap.h"
-2
arch/arm/mach-omap1/sleep.S
··· 36 36 37 37 #include <asm/assembler.h> 38 38 39 - #include <mach/io.h> 40 - 41 39 #include "iomap.h" 42 40 #include "pm.h" 43 41
-1
arch/arm/mach-omap1/sram.S
··· 12 12 13 13 #include <asm/assembler.h> 14 14 15 - #include <mach/io.h> 16 15 #include <mach/hardware.h> 17 16 18 17 #include "iomap.h"
-1
arch/arm/plat-omap/include/plat/sdrc.h
··· 16 16 * published by the Free Software Foundation. 17 17 */ 18 18 19 - #include <mach/io.h> 20 19 21 20 /* SDRC register offsets - read/write with sdrc_{read,write}_reg() */ 22 21
-1
drivers/video/omap2/vrfb.c
··· 27 27 #include <linux/bitops.h> 28 28 #include <linux/mutex.h> 29 29 30 - #include <mach/io.h> 31 30 #include <plat/vrfb.h> 32 31 #include <plat/sdrc.h> 33 32