From e90abb95bc71566e2016964e98181557929f55f5 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Sun, 30 May 2021 23:32:28 +0300 Subject: [PATCH] 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 --- drivers/leds/leds-lm36274.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/leds/leds-lm36274.c b/drivers/leds/leds-lm36274.c index 90dc5cb..e009b6d 100644 --- a/drivers/leds/leds-lm36274.c +++ b/drivers/leds/leds-lm36274.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include -- 2.7.4