aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-07-18 02:02:50 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 07:29:22 -0300
commitf19ad390146e7745cbc529f3bef8469cf21f3a6b (patch)
tree2fcad629ed942c5366b45490b0afb9f891892689 /drivers/media
parentV4L/DVB (8410): sh_mobile_ceu_camera: fix 64-bit compiler warnings (diff)
downloadlinux-dev-f19ad390146e7745cbc529f3bef8469cf21f3a6b.tar.xz
linux-dev-f19ad390146e7745cbc529f3bef8469cf21f3a6b.zip
V4L/DVB (8411): videobuf-dma-contig.c: fix 64-bit build for pre-2.6.24 kernels
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/videobuf-dma-contig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/videobuf-dma-contig.c b/drivers/media/video/videobuf-dma-contig.c
index 2475535cbe7f..03f20acb668c 100644
--- a/drivers/media/video/videobuf-dma-contig.c
+++ b/drivers/media/video/videobuf-dma-contig.c
@@ -16,6 +16,7 @@
#include <linux/init.h>
#include <linux/module.h>
+#include <linux/mm.h>
#include <linux/dma-mapping.h>
#include <media/videobuf-dma-contig.h>