diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-08 13:52:24 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-17 11:11:12 +0200 |
commit | 6a1c9f6d19180cdbb603e5b77bd7b57d01260664 (patch) | |
tree | 0b10354628064c753bc22946be2f0b250b4d3893 /drivers/video/omap2/vrfb.c | |
parent | OMAP: VRFB: convert vrfb to platform device (diff) | |
download | linux-6a1c9f6d19180cdbb603e5b77bd7b57d01260664.tar.xz linux-6a1c9f6d19180cdbb603e5b77bd7b57d01260664.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/vrfb.c b/drivers/video/omap2/vrfb.c index fda45cc10d48..e4a0450a39a1 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__) |