Skip to content

Commit 46bddb5

Browse files
andy-shevlag-linaro
authored andcommitted
mfd: simple-mfd-i2c: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20251111111930.796837-3-andriy.shevchenko@linux.intel.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 81d2cc9 commit 46bddb5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

drivers/mfd/simple-mfd-i2c.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@
1515
* will be subsequently registered.
1616
*/
1717

18+
#include <linux/array_size.h>
19+
#include <linux/dev_printk.h>
20+
#include <linux/err.h>
1821
#include <linux/i2c.h>
19-
#include <linux/kernel.h>
2022
#include <linux/mfd/core.h>
23+
#include <linux/mod_devicetable.h>
2124
#include <linux/module.h>
2225
#include <linux/of_platform.h>
26+
#include <linux/platform_device.h>
27+
#include <linux/property.h>
2328
#include <linux/regmap.h>
29+
#include <linux/stddef.h>
2430

2531
#include "simple-mfd-i2c.h"
2632

0 commit comments

Comments
 (0)