projects
/
firefly-linux-kernel-4.4.55.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 f8665326ed9fc2a62a683e35a5595b1bc9fdc9fe..600d61d7d2ab8e190b1c8a763cd6f107efa20d7d 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>