diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-18 01:02:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:29:22 -0400 |
commit | f19ad390146e7745cbc529f3bef8469cf21f3a6b (patch) | |
tree | 2fcad629ed942c5366b45490b0afb9f891892689 /drivers/media/video/videobuf-dma-contig.c | |
parent | 86751b016ff4eb4741b602933e5e6d74ac6cc377 (diff) |
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/video/videobuf-dma-contig.c')
-rw-r--r-- | drivers/media/video/videobuf-dma-contig.c | 1 |
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 @@ | |||
16 | 16 | ||
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/module.h> | 18 | #include <linux/module.h> |
19 | #include <linux/mm.h> | ||
19 | #include <linux/dma-mapping.h> | 20 | #include <linux/dma-mapping.h> |
20 | #include <media/videobuf-dma-contig.h> | 21 | #include <media/videobuf-dma-contig.h> |
21 | 22 | ||