aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-03-01 09:35:01 -0500
committerRob Herring <rob.herring@calxeda.com>2012-03-06 22:34:38 -0500
commit6076c644126e5424f32aec6c8f2bdc19bbcc8859 (patch)
tree014d9da4c98f7b3d81cc2d6e669a2a5e4c8d1709 /drivers/video/omap2
parent68a7f1f79f004e7a2a53352c82319d567ebb1da1 (diff)
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 'drivers/video/omap2')
-rw-r--r--drivers/video/omap2/vrfb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap2/vrfb.c b/drivers/video/omap2/vrfb.c
index fd227160037..4e5b960c32c 100644
--- a/drivers/video/omap2/vrfb.c
+++ b/drivers/video/omap2/vrfb.c
@@ -27,7 +27,6 @@
27#include <linux/bitops.h> 27#include <linux/bitops.h>
28#include <linux/mutex.h> 28#include <linux/mutex.h>
29 29
30#include <mach/io.h>
31#include <plat/vrfb.h> 30#include <plat/vrfb.h>
32#include <plat/sdrc.h> 31#include <plat/sdrc.h>
33 32