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

Configure Feed

Select the types of activity you want to include in your feed.

mfd: davinci_voicecodec: 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>
Link: https://lore.kernel.org/r/20250626154354.324439-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Andy Shevchenko and committed by
Lee Jones
c371040f e403cdf0

+5 -3
+5 -3
include/linux/mfd/davinci_voicecodec.h
··· 10 10 #ifndef __LINUX_MFD_DAVINCI_VOICECODEC_H_ 11 11 #define __LINUX_MFD_DAVINCI_VOICECODEC_H_ 12 12 13 - #include <linux/kernel.h> 14 - #include <linux/platform_device.h> 13 + #include <linux/bits.h> 15 14 #include <linux/mfd/core.h> 16 - #include <linux/platform_data/edma.h> 15 + #include <linux/types.h> 17 16 17 + struct clk; 18 + struct device; 19 + struct platform_device; 18 20 struct regmap; 19 21 20 22 /*