summaryrefslogtreecommitdiff
path: root/drivers/leds
diff options
context:
space:
mode:
authorAndy Shevchenko <andy.shevchenko@gmail.com>2021-05-10 12:50:34 +0300
committerPavel Machek <pavel@ucw.cz>2021-05-28 13:00:14 +0300
commite2e8e4e8187509a77cb6328d876d9c09c07c2e82 (patch)
tree7ef18b242721b2f49c1d7bd1c8879cb3b830d94c /drivers/leds
parent3c5f655c44bb65cb7e3c219d08c130ce5fa45d7f (diff)
downloadlinux-e2e8e4e8187509a77cb6328d876d9c09c07c2e82.tar.xz
leds: lm36274: 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> Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-lm36274.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lm36274.c b/drivers/leds/leds-lm36274.c
index a23a9424c2f3..90dc5cbebed4 100644
--- a/drivers/leds/leds-lm36274.c
+++ b/drivers/leds/leds-lm36274.c
@@ -7,8 +7,8 @@
#include <linux/err.h>
#include <linux/leds.h>
#include <linux/leds-ti-lmu-common.h>
+#include <linux/mod_devicetable.h>
#include <linux/module.h>
-#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/mfd/ti-lmu.h>