Skip to content

Commit

Permalink
leds: lm36274: Correct headers (of*.h -> mod_devicetable.h)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Shevchenko authored and Pavel Machek committed May 28, 2021
1 parent 3c5f655 commit e2e8e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-lm36274.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e2e8e4e

Please sign in to comment.