diff options
author | Alexandre Courbot <acourbot@chromium.org> | 2018-02-04 21:33:04 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-02-26 08:05:10 -0500 |
commit | 14351d44830ec00b8c66b44c8c866944da678c33 (patch) | |
tree | 7567779cfdedf127d440afd8cb2f4d4616d143c0 /include/media | |
parent | ac09b2ad5c291792586c81e877eaa3e7a4f1203b (diff) | |
download | linux-14351d44830ec00b8c66b44c8c866944da678c33.tar.bz2 |
media: v4l2_fh.h: add missing kconfig.h include
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>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-fh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index 62633e7d2630..ea73fef8bdc0 100644 --- 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> |