projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f73763
)
V4L/DVB (4340): Videodev.h should be included also when V4L1_COMPAT is selected.
author
Mauro Carvalho Chehab
<mchehab@infradead.org>
Tue, 8 Aug 2006 12:10:01 +0000
(09:10 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Tue, 8 Aug 2006 16:54:12 +0000
(13:54 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
include/media/v4l2-dev.h
patch
|
blob
|
history
diff --git
a/include/media/v4l2-dev.h
b/include/media/v4l2-dev.h
index
f866532
..
600d61d
100644
(file)
--- a/
include/media/v4l2-dev.h
+++ b/
include/media/v4l2-dev.h
@@
-16,7
+16,7
@@
#include <linux/device.h>
#include <linux/mutex.h>
#include <linux/compiler.h> /* need __user */
-#ifdef CONFIG_VIDEO_V4L1
+#ifdef CONFIG_VIDEO_V4L1
_COMPAT
#include <linux/videodev.h>
#else
#include <linux/videodev2.h>