Skip to content

Commit 808c788

Browse files
andy-shevlag-linaro
authored andcommitted
leds: max5970: Add missing headers
Don't inherit headers "by chance" from others. Include the needed ones explicitly. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20231214184050.1272848-5-andriy.shevchenko@linux.intel.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent e7baa5b commit 808c788

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/leds/leds-max5970.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
* Author: Patrick Rudolph <patrick.rudolph@9elements.com>
88
*/
99

10+
#include <linux/bits.h>
11+
#include <linux/container_of.h>
12+
#include <linux/device.h>
1013
#include <linux/leds.h>
1114
#include <linux/mfd/max5970.h>
1215
#include <linux/mod_devicetable.h>
16+
#include <linux/module.h>
1317
#include <linux/platform_device.h>
1418
#include <linux/property.h>
1519
#include <linux/regmap.h>

0 commit comments

Comments
 (0)