projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6210b7
)
V4L/DVB (5385): Fix compilation issue with zr364xx when V4L1 is disabled
author
Antoine Jacquet
<royale@zerezo.com>
Mon, 5 Mar 2007 09:32:29 +0000
(06:32 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Fri, 27 Apr 2007 18:44:15 +0000
(15:44 -0300)
Add a missing header to fix compilation issue in the zr364xx driver when
CONFIG_VIDEO_V4L1 and CONFIG_VIDEO_V4L1_COMPAT are not set.
Signed-off-by: Antoine Jacquet <royale@zerezo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/zr364xx.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/zr364xx.c
b/drivers/media/video/zr364xx.c
index
c055cf0
..
16bb357
100644
(file)
--- a/
drivers/media/video/zr364xx.c
+++ b/
drivers/media/video/zr364xx.c
@@
-33,6
+33,7
@@
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <linux/proc_fs.h>
+#include <linux/highmem.h>
#include <media/v4l2-common.h>