* [PATCH v1 1/1] mfd: davinci_voicecodec: Don't use "proxy" headers
@ 2025-06-26 15:43 Andy Shevchenko
2025-07-02 15:05 ` (subset) " Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2025-06-26 15:43 UTC (permalink / raw)
To: Andy Shevchenko, linux-kernel; +Cc: Lee Jones
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>
---
include/linux/mfd/davinci_voicecodec.h | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h
index 556375b91316..9acd703dd5ca 100644
--- a/include/linux/mfd/davinci_voicecodec.h
+++ b/include/linux/mfd/davinci_voicecodec.h
@@ -10,11 +10,13 @@
#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;
/*
--
2.47.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: (subset) [PATCH v1 1/1] mfd: davinci_voicecodec: Don't use "proxy" headers
2025-06-26 15:43 [PATCH v1 1/1] mfd: davinci_voicecodec: Don't use "proxy" headers Andy Shevchenko
@ 2025-07-02 15:05 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2025-07-02 15:05 UTC (permalink / raw)
To: linux-kernel, Andy Shevchenko; +Cc: Lee Jones
On Thu, 26 Jun 2025 18:43:54 +0300, Andy Shevchenko wrote:
> 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.
>
>
> [...]
Applied, thanks!
[1/1] mfd: davinci_voicecodec: Don't use "proxy" headers
commit: eb58bc64cd05137909859d930d6e320ea086e777
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-02 15:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 15:43 [PATCH v1 1/1] mfd: davinci_voicecodec: Don't use "proxy" headers Andy Shevchenko
2025-07-02 15:05 ` (subset) " Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).