From: Andy Shevchenko Date: Sat, 29 May 2021 11:19:30 +0000 (+0300) Subject: leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=690e4f3ad363ae5ad27222214509855d40d569a7;p=linux.git 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 Signed-off-by: Pavel Machek --- diff --git a/drivers/leds/leds-lm3692x.c b/drivers/leds/leds-lm3692x.c index a02756d7ed8f4..afe6fb297855f 100644 --- a/drivers/leds/leds-lm3692x.c +++ b/drivers/leds/leds-lm3692x.c @@ -7,10 +7,9 @@ #include #include #include +#include #include #include -#include -#include #include #include #include