Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339636
b: refs/heads/master
c: 6a1c9f6
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Oct 17, 2012
1 parent 6211526 commit b178da8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 406c8563a7b07ce91b1310536948477c7a8755de
refs/heads/master: 6a1c9f6d19180cdbb603e5b77bd7b57d01260664
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 b178da8

Please sign in to comment.