summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/s5p-tv
diff options
context:
space:
mode:
authorMarek Szyprowski2011-11-21 09:02:38 +0100
committerMauro Carvalho Chehab2011-11-25 00:18:31 +0100
commitfc8ac777ae39409e81f7dd2d123d980c0dfb528e (patch)
tree3ba6ab8a6ef89a59512c64724a99ffb05b1abf25 /drivers/media/video/s5p-tv
parent[media] omap3isp: fix compilation of ispvideo.c (diff)
downloadkernel-qcow2-linux-fc8ac777ae39409e81f7dd2d123d980c0dfb528e.tar.gz
kernel-qcow2-linux-fc8ac777ae39409e81f7dd2d123d980c0dfb528e.tar.xz
kernel-qcow2-linux-fc8ac777ae39409e81f7dd2d123d980c0dfb528e.zip
[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')
-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 @@
#include <media/v4l2-ioctl.h>
#include <linux/videodev2.h>
#include <linux/mm.h>
+#include <linux/module.h>
#include <linux/version.h>
#include <linux/timer.h>
#include <media/videobuf2-dma-contig.h>