aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/s5p-tv/mixer_video.c
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2011-11-21 03:02:38 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-24 18:18:31 -0500
commitfc8ac777ae39409e81f7dd2d123d980c0dfb528e (patch)
tree3ba6ab8a6ef89a59512c64724a99ffb05b1abf25 /drivers/media/video/s5p-tv/mixer_video.c
parent025521f917b9a36d76fb701609b3578b1563818b (diff)
[media] media: video: s5p-tv: fix build break
This patch fixes following build break: Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/s5p-tv/mixer_video.c')
-rw-r--r--drivers/media/video/s5p-tv/mixer_video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-tv/mixer_video.c b/drivers/media/video/s5p-tv/mixer_video.c
index e16d3a4bc1dc..b47d0c06ecf5 100644
--- a/drivers/media/video/s5p-tv/mixer_video.c
+++ b/drivers/media/video/s5p-tv/mixer_video.c
@@ -16,6 +16,7 @@
16#include <media/v4l2-ioctl.h> 16#include <media/v4l2-ioctl.h>
17#include <linux/videodev2.h> 17#include <linux/videodev2.h>
18#include <linux/mm.h> 18#include <linux/mm.h>
19#include <linux/module.h>
19#include <linux/version.h> 20#include <linux/version.h>
20#include <linux/timer.h> 21#include <linux/timer.h>
21#include <media/videobuf2-dma-contig.h> 22#include <media/videobuf2-dma-contig.h>