Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Pavel Machek
e2e8e4e8 3c5f655c

+1 -1
+1 -1
drivers/leds/leds-lm36274.c
··· 7 7 #include <linux/err.h> 8 8 #include <linux/leds.h> 9 9 #include <linux/leds-ti-lmu-common.h> 10 + #include <linux/mod_devicetable.h> 10 11 #include <linux/module.h> 11 - #include <linux/of_device.h> 12 12 #include <linux/platform_device.h> 13 13 14 14 #include <linux/mfd/ti-lmu.h>