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

mfd: madera: Don't use "proxy" headers

Update header inclusions to follow IWYU (Include What You Use)
principle.

Note that kernel.h is discouraged to be included as it's written
at the top of that file.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20250626154544.324724-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Andy Shevchenko and committed by
Lee Jones
dd394515 dd1902b6

+2 -1
+2 -1
include/linux/mfd/madera/pdata.h
··· 8 8 #ifndef MADERA_PDATA_H 9 9 #define MADERA_PDATA_H 10 10 11 - #include <linux/kernel.h> 12 11 #include <linux/regulator/arizona-ldo1.h> 13 12 #include <linux/regulator/arizona-micsupp.h> 14 13 #include <linux/regulator/machine.h> 14 + #include <linux/types.h> 15 + 15 16 #include <sound/madera-pdata.h> 16 17 17 18 #define MADERA_MAX_MICBIAS 4