From: Alexandre Courbot Date: Mon, 5 Feb 2018 02:33:04 +0000 (-0500) Subject: media: v4l2_fh.h: add missing kconfig.h include X-Git-Tag: v4.17-rc1~143^2~350 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14351d44830ec00b8c66b44c8c866944da678c33;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index 62633e7d2630c..ea73fef8bdc02 100644 --- a/include/media/v4l2-fh.h +++ b/include/media/v4l2-fh.h @@ -22,6 +22,7 @@ #define V4L2_FH_H #include +#include #include #include