diff options
author | Andy Shevchenko <andy.shevchenko@gmail.com> | 2021-05-30 23:32:28 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2021-05-30 23:03:48 +0200 |
commit | e90abb95bc71566e2016964e98181557929f55f5 (patch) | |
tree | 299cd3e82ee7945a3924031d7653d435ab81ad4c /drivers/leds | |
parent | e1012160bbbca92d67c729f68108734b7d679db9 (diff) |
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 <lkp@intel.com>
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-lm36274.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/leds-lm36274.c b/drivers/leds/leds-lm36274.c index 90dc5cbebed4..e009b6d17915 100644 --- a/drivers/leds/leds-lm36274.c +++ b/drivers/leds/leds-lm36274.c @@ -10,6 +10,7 @@ #include <linux/mod_devicetable.h> #include <linux/module.h> #include <linux/platform_device.h> +#include <linux/property.h> #include <linux/mfd/ti-lmu.h> #include <linux/mfd/ti-lmu-register.h> |