]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mfd: davinci_voicecodec: Don't use "proxy" headers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 26 Jun 2025 15:43:54 +0000 (18:43 +0300)
committerLee Jones <lee@kernel.org>
Thu, 24 Jul 2025 10:27:11 +0000 (11:27 +0100)
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>
include/linux/mfd/davinci_voicecodec.h

index 556375b913163cb04c7db1e0e1131a7a865c6c28..9acd703dd5caa6f8a135d55dedb09776b69ebed5 100644 (file)
 #ifndef __LINUX_MFD_DAVINCI_VOICECODEC_H_
 #define __LINUX_MFD_DAVINCI_VOICECODEC_H_
 
-#include <linux/kernel.h>
-#include <linux/platform_device.h>
+#include <linux/bits.h>
 #include <linux/mfd/core.h>
-#include <linux/platform_data/edma.h>
+#include <linux/types.h>
 
+struct clk;
+struct device;
+struct platform_device;
 struct regmap;
 
 /*