Skip to content

Commit

Permalink
OMAP: move arch/arm/plat-omap/include/plat/vrfb.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomi Valkeinen committed Oct 17, 2012
1 parent 406c856 commit 6a1c9f6
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion drivers/media/platform/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#include <plat/cpu.h>
#include <plat/dma.h>
#include <plat/vrfb.h>
#include <video/omapvrfb.h>
#include <video/omapdss.h>

#include "omap_voutlib.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/platform/omap/omap_vout_vrfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <media/v4l2-device.h>

#include <plat/dma.h>
#include <plat/vrfb.h>
#include <video/omapvrfb.h>

#include "omap_voutdef.h"
#include "omap_voutlib.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/platform/omap/omap_voutdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define OMAP_VOUTDEF_H

#include <video/omapdss.h>
#include <plat/vrfb.h>
#include <video/omapvrfb.h>

#define YUYV_BPP 2
#define RGB565_BPP 2
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/omap2/omapfb/omapfb-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/omap2/omapfb/omapfb-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <video/omapdss.h>
#include <plat/cpu.h>
#include <plat/vram.h>
#include <plat/vrfb.h>
#include <video/omapvrfb.h>

#include "omapfb.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/video/omap2/omapfb/omapfb-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <linux/omapfb.h>

#include <video/omapdss.h>
#include <plat/vrfb.h>
#include <video/omapvrfb.h>

#include "omapfb.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/video/omap2/vrfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down
File renamed without changes.

0 comments on commit 6a1c9f6

Please sign in to comment.