aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2011-11-21 05:02:38 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-24 21:18:31 -0200
commitfc8ac777ae39409e81f7dd2d123d980c0dfb528e (patch)
tree3ba6ab8a6ef89a59512c64724a99ffb05b1abf25 /drivers/media
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')
-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 e16d3a4bc1d..b47d0c06ecf 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>