diff options
author | Andy Shevchenko <andy.shevchenko@gmail.com> | 2021-05-29 14:19:25 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2021-08-04 00:46:09 +0300 |
commit | e06ba23b0518875e56e385500613b8651f541742 (patch) | |
tree | 52378528a600a8ac5c4760f04771c9bd6f72bbff /drivers/leds | |
parent | e642197562cd9781453f835e1406cfe0feeb917e (diff) | |
download | linux-e06ba23b0518875e56e385500613b8651f541742.tar.xz |
leds: el15203000: Correct headers (of*.h -> mod_devicetable.h)
There is no user of of*.h headers, but mod_devicetable.h.
Update header block accordingly.
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Oleh Kravchenko <oleg@kaa.org.ua>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-el15203000.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/leds-el15203000.c b/drivers/leds/leds-el15203000.c index 76b455e87574..f9eb59a25570 100644 --- a/drivers/leds/leds-el15203000.c +++ b/drivers/leds/leds-el15203000.c @@ -4,8 +4,9 @@ #include <linux/delay.h> #include <linux/leds.h> +#include <linux/mod_devicetable.h> #include <linux/module.h> -#include <linux/of_device.h> +#include <linux/property.h> #include <linux/spi/spi.h> /* |