Skip to content

Commit 690e4f3

Browse files
andy-shevpavelmachek
authored andcommitted
leds: lm3692x: 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>
1 parent 3dd34df commit 690e4f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/leds/leds-lm3692x.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
#include <linux/init.h>
88
#include <linux/leds.h>
99
#include <linux/log2.h>
10+
#include <linux/mod_devicetable.h>
1011
#include <linux/module.h>
1112
#include <linux/mutex.h>
12-
#include <linux/of.h>
13-
#include <linux/of_gpio.h>
1413
#include <linux/regmap.h>
1514
#include <linux/regulator/consumer.h>
1615
#include <linux/slab.h>

0 commit comments

Comments
 (0)