All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ASoC: rt715-sdca: Remove unused including <linux/version.h>
@ 2021-03-09 13:14 ` 'Wei Yongjun
  0 siblings, 0 replies; 5+ messages in thread
From: 'Wei Yongjun @ 2021-03-09 13:14 UTC (permalink / raw)
  To: weiyongjun1, Oder Chiou, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, Jack Yu
  Cc: alsa-devel, linux-kernel, kernel-janitors, Hulk Robot

From: Wei Yongjun <weiyongjun1@huawei.com>

Remove including <linux/version.h> that don't need it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 sound/soc/codecs/rt715-sdca.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/rt715-sdca.c b/sound/soc/codecs/rt715-sdca.c
index 92ad6fa408ec..20528afbdc57 100644
--- a/sound/soc/codecs/rt715-sdca.c
+++ b/sound/soc/codecs/rt715-sdca.c
@@ -9,7 +9,6 @@
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/pm_runtime.h>


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

* [PATCH -next] ASoC: rt715-sdca: Remove unused including <linux/version.h>
@ 2021-03-09 13:14 ` 'Wei Yongjun
  0 siblings, 0 replies; 5+ messages in thread
From: 'Wei Yongjun @ 2021-03-09 13:14 UTC (permalink / raw)
  To: weiyongjun1, Oder Chiou, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, Jack Yu
  Cc: Hulk Robot, alsa-devel, kernel-janitors, linux-kernel

From: Wei Yongjun <weiyongjun1@huawei.com>

Remove including <linux/version.h> that don't need it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 sound/soc/codecs/rt715-sdca.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/rt715-sdca.c b/sound/soc/codecs/rt715-sdca.c
index 92ad6fa408ec..20528afbdc57 100644
--- a/sound/soc/codecs/rt715-sdca.c
+++ b/sound/soc/codecs/rt715-sdca.c
@@ -9,7 +9,6 @@
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/pm_runtime.h>


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

* Re: [PATCH -next] ASoC: rt715-sdca: Remove unused including <linux/version.h>
  2021-03-09 13:14 ` 'Wei Yongjun
@ 2021-03-09 19:06   ` Mark Brown
  -1 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2021-03-09 19:06 UTC (permalink / raw)
  To: Jaroslav Kysela, Liam Girdwood, Oder Chiou, Jack Yu,
	Takashi Iwai, 'Wei Yongjun
  Cc: Hulk Robot, linux-kernel, kernel-janitors, alsa-devel

On Tue, 9 Mar 2021 13:14:55 +0000, 'Wei Yongjun wrote:
> Remove including <linux/version.h> that don't need it.

Applied to

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

Thanks!

[1/1] ASoC: rt715-sdca: Remove unused including <linux/version.h>
      commit: a29ba32ac97760822a0a664d1ec521c6be8d632f

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] 5+ messages in thread

* Re: [PATCH -next] ASoC: rt715-sdca: Remove unused including <linux/version.h>
@ 2021-03-09 19:06   ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2021-03-09 19:06 UTC (permalink / raw)
  To: Jaroslav Kysela, Liam Girdwood, Oder Chiou, Jack Yu,
	Takashi Iwai, 'Wei Yongjun
  Cc: Hulk Robot, alsa-devel, kernel-janitors, linux-kernel

On Tue, 9 Mar 2021 13:14:55 +0000, 'Wei Yongjun wrote:
> Remove including <linux/version.h> that don't need it.

Applied to

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

Thanks!

[1/1] ASoC: rt715-sdca: Remove unused including <linux/version.h>
      commit: a29ba32ac97760822a0a664d1ec521c6be8d632f

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] 5+ messages in thread

* Re: [PATCH -next] ASoC: rt715-sdca: Remove unused including <linux/version.h>
@ 2021-03-11 22:50 bin 5alaf
  0 siblings, 0 replies; 5+ messages in thread
From: bin 5alaf @ 2021-03-11 22:50 UTC (permalink / raw)
  To: weiyongjun1
  Cc: alsa-devel, broonie, hulkci, jack.yu, kernel-janitors, lgirdwood,
	linux-kernel, oder_chiou, perex, tiwai

م
مب نقول 
‫أُرسلت من الـ iPhone‬

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

end of thread, other threads:[~2021-03-11 23:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 13:14 [PATCH -next] ASoC: rt715-sdca: Remove unused including <linux/version.h> 'Wei Yongjun
2021-03-09 13:14 ` 'Wei Yongjun
2021-03-09 19:06 ` Mark Brown
2021-03-09 19:06   ` Mark Brown
2021-03-11 22:50 bin 5alaf

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.