aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/omap2/vrfb.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-10-08 14:52:24 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-10-17 12:11:12 +0300
commit6a1c9f6d19180cdbb603e5b77bd7b57d01260664 (patch)
tree0b10354628064c753bc22946be2f0b250b4d3893 /drivers/video/omap2/vrfb.c
parent406c8563a7b07ce91b1310536948477c7a8755de (diff)
OMAP: move arch/arm/plat-omap/include/plat/vrfb.h
Now that vrfb driver is not omap dependent anymore, we can move vrfb.h from arch/arm/plat-omap/include/plat to include/video/omapvrfb.h. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Vaibhav Hiremath <hvaibhav@ti.com>
Diffstat (limited to 'drivers/video/omap2/vrfb.c')
-rw-r--r--drivers/video/omap2/vrfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/vrfb.c b/drivers/video/omap2/vrfb.c
index fda45cc10d4..e4a0450a39a 100644
--- a/drivers/video/omap2/vrfb.c
+++ b/drivers/video/omap2/vrfb.c
@@ -28,7 +28,7 @@
#include <linux/mutex.h>
#include <linux/platform_device.h>
-#include <plat/vrfb.h>
+#include <video/omapvrfb.h>
#ifdef DEBUG
#define DBG(format, ...) pr_debug("VRFB: " format, ## __VA_ARGS__)