* [PATCH v2 03/17] ASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitly [not found] <cover.1782490566.git.u.kleine-koenig@baylibre.com> @ 2026-06-26 18:00 ` Uwe Kleine-König (The Capable Hub) 2026-06-29 11:17 ` Mark Brown 0 siblings, 1 reply; 3+ messages in thread From: Uwe Kleine-König (The Capable Hub) @ 2026-06-26 18:00 UTC (permalink / raw) To: Linus Torvalds, Greg Kroah-Hartman Cc: Nicolas Frattaroli, Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai, Heiko Stuebner, linux-rockchip, linux-sound, linux-arm-kernel, linux-kernel Currently that header is only included via: <sound/dmaengine_pcm.h> -> <sound/soc.h> -> <linux/platform_device.h> which doesn't look reliable, still more in the presence of the comment: /* For the current users of sound/soc.h to avoid build issues */ in <sound/soc.h>. Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> --- sound/soc/rockchip/rockchip_sai.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/rockchip/rockchip_sai.c b/sound/soc/rockchip/rockchip_sai.c index a195e96fed0a..37e81d56bc16 100644 --- a/sound/soc/rockchip/rockchip_sai.c +++ b/sound/soc/rockchip/rockchip_sai.c @@ -11,6 +11,7 @@ #include <linux/delay.h> #include <linux/of_device.h> #include <linux/clk.h> +#include <linux/platform_device.h> #include <linux/pm_runtime.h> #include <linux/regmap.h> #include <linux/reset.h> -- 2.47.3 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2 03/17] ASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitly 2026-06-26 18:00 ` [PATCH v2 03/17] ASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitly Uwe Kleine-König (The Capable Hub) @ 2026-06-29 11:17 ` Mark Brown 2026-06-29 13:57 ` Uwe Kleine-König (The Capable Hub) 0 siblings, 1 reply; 3+ messages in thread From: Mark Brown @ 2026-06-29 11:17 UTC (permalink / raw) To: Uwe Kleine-König (The Capable Hub) Cc: Linus Torvalds, Greg Kroah-Hartman, Nicolas Frattaroli, Liam Girdwood, Jaroslav Kysela, Takashi Iwai, Heiko Stuebner, linux-rockchip, linux-sound, linux-arm-kernel, linux-kernel [-- Attachment #1: Type: text/plain, Size: 263 bytes --] On Fri, Jun 26, 2026 at 08:00:22PM +0200, Uwe Kleine-König (The Capable Hub) wrote: > Currently that header is only included via: > > <sound/dmaengine_pcm.h> -> > <sound/soc.h> -> > <linux/platform_device.h> Acked-by: Mark Brown <broonie@kernel.org> [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 03/17] ASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitly 2026-06-29 11:17 ` Mark Brown @ 2026-06-29 13:57 ` Uwe Kleine-König (The Capable Hub) 0 siblings, 0 replies; 3+ messages in thread From: Uwe Kleine-König (The Capable Hub) @ 2026-06-29 13:57 UTC (permalink / raw) To: Mark Brown Cc: Linus Torvalds, Greg Kroah-Hartman, Nicolas Frattaroli, Liam Girdwood, Jaroslav Kysela, Takashi Iwai, Heiko Stuebner, linux-rockchip, linux-sound, linux-arm-kernel, linux-kernel [-- Attachment #1: Type: text/plain, Size: 457 bytes --] Hello Mark, On Mon, Jun 29, 2026 at 12:17:04PM +0100, Mark Brown wrote: > On Fri, Jun 26, 2026 at 08:00:22PM +0200, Uwe Kleine-König (The Capable Hub) wrote: > > Currently that header is only included via: > > > > <sound/dmaengine_pcm.h> -> > > <sound/soc.h> -> > > <linux/platform_device.h> > > Acked-by: Mark Brown <broonie@kernel.org> You're too late for the Ack, this patch already is applied and part of v7.2. Best regards Uwe [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-29 13:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1782490566.git.u.kleine-koenig@baylibre.com>
2026-06-26 18:00 ` [PATCH v2 03/17] ASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitly Uwe Kleine-König (The Capable Hub)
2026-06-29 11:17 ` Mark Brown
2026-06-29 13:57 ` Uwe Kleine-König (The Capable Hub)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox