From: Andy Shevchenko Date: Sun, 30 May 2021 20:32:28 +0000 (+0300) Subject: leds: lm36274: Add missed property.h X-Git-Tag: v5.14-rc1~87^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e90abb95bc71566e2016964e98181557929f55f5;p=thirdparty%2Flinux.git leds: lm36274: Add missed property.h It appears that property.h has been included in some configurations implicitly, but in some it's not and hence build may fail. Add missed property.h explicitly. Fixes: e2e8e4e81875 ("leds: lm36274: Correct headers (of*.h -> mod_devicetable.h)") Reported-by: kernel test robot Signed-off-by: Andy Shevchenko Signed-off-by: Pavel Machek --- diff --git a/drivers/leds/leds-lm36274.c b/drivers/leds/leds-lm36274.c index 90dc5cbebed43..e009b6d179154 100644 --- a/drivers/leds/leds-lm36274.c +++ b/drivers/leds/leds-lm36274.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include