aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndy Shevchenko <andy.shevchenko@gmail.com>2021-05-29 14:19:25 +0300
committerPavel Machek <pavel@ucw.cz>2021-08-03 23:46:09 +0200
commite06ba23b0518875e56e385500613b8651f541742 (patch)
tree52378528a600a8ac5c4760f04771c9bd6f72bbff /drivers
parentleds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt() (diff)
downloadlinux-dev-e06ba23b0518875e56e385500613b8651f541742.tar.xz
linux-dev-e06ba23b0518875e56e385500613b8651f541742.zip
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')
-rw-r--r--drivers/leds/leds-el15203000.c3
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>
/*