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/omapfb/omapfb-ioctl.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/omapfb/omapfb-ioctl.c')
-rw-r--r-- | drivers/video/omap2/omapfb/omapfb-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/omapfb/omapfb-ioctl.c b/drivers/video/omap2/omapfb/omapfb-ioctl.c index 606b89f12351..55a39be694a5 100644 --- a/drivers/video/omap2/omapfb/omapfb-ioctl.c +++ b/drivers/video/omap2/omapfb/omapfb-ioctl.c @@ -30,7 +30,7 @@ #include <linux/export.h> #include <video/omapdss.h> -#include <plat/vrfb.h> +#include <video/omapvrfb.h> #include <plat/vram.h> #include "omapfb.h" |