projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac09b2a
)
media: v4l2_fh.h: add missing kconfig.h include
author
Alexandre Courbot
<acourbot@chromium.org>
Mon, 5 Feb 2018 02:33:04 +0000
(21:33 -0500)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Mon, 26 Feb 2018 13:05:10 +0000
(08:05 -0500)
v4l2_fh.h uses the IS_ENABLED() macro and thus should include kconfig.h.
Signed-off-by: Alexandre Courbot <acourbot@chromium.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/media/v4l2-fh.h
patch
|
blob
|
history
diff --git
a/include/media/v4l2-fh.h
b/include/media/v4l2-fh.h
index 62633e7d2630ce590311ed908558e582595c8900..ea73fef8bdc021b48e68b4b4ce8bb7fe7fc44b57 100644
(file)
--- a/
include/media/v4l2-fh.h
+++ b/
include/media/v4l2-fh.h
@@
-22,6
+22,7
@@
#define V4L2_FH_H
#include <linux/fs.h>
+#include <linux/kconfig.h>
#include <linux/list.h>
#include <linux/videodev2.h>