All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
@ 2022-05-18 12:58 ` Wan Jiabing
  0 siblings, 0 replies; 6+ messages in thread
From: Wan Jiabing @ 2022-05-18 12:58 UTC (permalink / raw)
  To: Pierre-Louis Bossart, Liam Girdwood, Ranjani Sridharan,
	Kai Vehmanen, Daniel Baluta, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Matthias Brugger, Peter Ujfalusi, YC Hung,
	Yang Yingliang, Geert Uytterhoeven, Allen-KH Cheng,
	sound-open-firmware, alsa-devel, linux-arm-kernel,
	linux-mediatek, linux-kernel
  Cc: Wan Jiabing

Fix following checkincludes.pl warning:
sound/soc/sof/mediatek/mt8195/mt8195.c: linux/of_platform.h is included more than once.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 sound/soc/sof/mediatek/mt8195/mt8195.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/sof/mediatek/mt8195/mt8195.c b/sound/soc/sof/mediatek/mt8195/mt8195.c
index f4b24afb6f75..7278132300e0 100644
--- a/sound/soc/sof/mediatek/mt8195/mt8195.c
+++ b/sound/soc/sof/mediatek/mt8195/mt8195.c
@@ -12,7 +12,6 @@
 #include <linux/delay.h>
 #include <linux/firmware.h>
 #include <linux/io.h>
-#include <linux/of_platform.h>
 #include <linux/of_address.h>
 #include <linux/of_irq.h>
 #include <linux/of_platform.h>
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
@ 2022-05-18 12:58 ` Wan Jiabing
  0 siblings, 0 replies; 6+ messages in thread
From: Wan Jiabing @ 2022-05-18 12:58 UTC (permalink / raw)
  To: Pierre-Louis Bossart, Liam Girdwood, Ranjani Sridharan,
	Kai Vehmanen, Daniel Baluta, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Matthias Brugger, Peter Ujfalusi, YC Hung,
	Yang Yingliang, Geert Uytterhoeven, Allen-KH Cheng,
	sound-open-firmware, alsa-devel, linux-arm-kernel,
	linux-mediatek, linux-kernel
  Cc: Wan Jiabing

Fix following checkincludes.pl warning:
sound/soc/sof/mediatek/mt8195/mt8195.c: linux/of_platform.h is included more than once.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 sound/soc/sof/mediatek/mt8195/mt8195.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/sof/mediatek/mt8195/mt8195.c b/sound/soc/sof/mediatek/mt8195/mt8195.c
index f4b24afb6f75..7278132300e0 100644
--- a/sound/soc/sof/mediatek/mt8195/mt8195.c
+++ b/sound/soc/sof/mediatek/mt8195/mt8195.c
@@ -12,7 +12,6 @@
 #include <linux/delay.h>
 #include <linux/firmware.h>
 #include <linux/io.h>
-#include <linux/of_platform.h>
 #include <linux/of_address.h>
 #include <linux/of_irq.h>
 #include <linux/of_platform.h>
-- 
2.36.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
@ 2022-05-18 12:58 ` Wan Jiabing
  0 siblings, 0 replies; 6+ messages in thread
From: Wan Jiabing @ 2022-05-18 12:58 UTC (permalink / raw)
  To: Pierre-Louis Bossart, Liam Girdwood, Ranjani Sridharan,
	Kai Vehmanen, Daniel Baluta, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Matthias Brugger, Peter Ujfalusi, YC Hung,
	Yang Yingliang, Geert Uytterhoeven, Allen-KH Cheng,
	sound-open-firmware, alsa-devel, linux-arm-kernel,
	linux-mediatek, linux-kernel
  Cc: Wan Jiabing

Fix following checkincludes.pl warning:
sound/soc/sof/mediatek/mt8195/mt8195.c: linux/of_platform.h is included more than once.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 sound/soc/sof/mediatek/mt8195/mt8195.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/sof/mediatek/mt8195/mt8195.c b/sound/soc/sof/mediatek/mt8195/mt8195.c
index f4b24afb6f75..7278132300e0 100644
--- a/sound/soc/sof/mediatek/mt8195/mt8195.c
+++ b/sound/soc/sof/mediatek/mt8195/mt8195.c
@@ -12,7 +12,6 @@
 #include <linux/delay.h>
 #include <linux/firmware.h>
 #include <linux/io.h>
-#include <linux/of_platform.h>
 #include <linux/of_address.h>
 #include <linux/of_irq.h>
 #include <linux/of_platform.h>
-- 
2.36.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
  2022-05-18 12:58 ` Wan Jiabing
  (?)
@ 2022-05-20 11:18   ` Mark Brown
  -1 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-05-20 11:18 UTC (permalink / raw)
  To: yc.hung, matthias.bgg, pierre-louis.bossart, alsa-devel,
	linux-mediatek, Jaroslav Kysela, Takashi Iwai, linux-kernel,
	ranjani.sridharan, daniel.baluta, linux-arm-kernel,
	Liam Girdwood, peter.ujfalusi, Allen-KH.Cheng, kai.vehmanen,
	geert, yangyingliang, wanjiabing, sound-open-firmware

On Wed, 18 May 2022 20:58:57 +0800, Wan Jiabing wrote:
> Fix following checkincludes.pl warning:
> sound/soc/sof/mediatek/mt8195/mt8195.c: linux/of_platform.h is included more than once.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
      commit: 0f653c95c4f4b6b623ce8bd995002daf8032bfc3

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
@ 2022-05-20 11:18   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-05-20 11:18 UTC (permalink / raw)
  To: yc.hung, matthias.bgg, pierre-louis.bossart, alsa-devel,
	linux-mediatek, Jaroslav Kysela, Takashi Iwai, linux-kernel,
	ranjani.sridharan, daniel.baluta, linux-arm-kernel,
	Liam Girdwood, peter.ujfalusi, Allen-KH.Cheng, kai.vehmanen,
	geert, yangyingliang, wanjiabing, sound-open-firmware

On Wed, 18 May 2022 20:58:57 +0800, Wan Jiabing wrote:
> Fix following checkincludes.pl warning:
> sound/soc/sof/mediatek/mt8195/mt8195.c: linux/of_platform.h is included more than once.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
      commit: 0f653c95c4f4b6b623ce8bd995002daf8032bfc3

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
@ 2022-05-20 11:18   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-05-20 11:18 UTC (permalink / raw)
  To: yc.hung, matthias.bgg, pierre-louis.bossart, alsa-devel,
	linux-mediatek, Jaroslav Kysela, Takashi Iwai, linux-kernel,
	ranjani.sridharan, daniel.baluta, linux-arm-kernel,
	Liam Girdwood, peter.ujfalusi, Allen-KH.Cheng, kai.vehmanen,
	geert, yangyingliang, wanjiabing, sound-open-firmware

On Wed, 18 May 2022 20:58:57 +0800, Wan Jiabing wrote:
> Fix following checkincludes.pl warning:
> sound/soc/sof/mediatek/mt8195/mt8195.c: linux/of_platform.h is included more than once.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: mediatek: remove duplicate include in mt8195.c
      commit: 0f653c95c4f4b6b623ce8bd995002daf8032bfc3

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-20 11:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 12:58 [PATCH] ASoC: SOF: mediatek: remove duplicate include in mt8195.c Wan Jiabing
2022-05-18 12:58 ` Wan Jiabing
2022-05-18 12:58 ` Wan Jiabing
2022-05-20 11:18 ` Mark Brown
2022-05-20 11:18   ` Mark Brown
2022-05-20 11:18   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.