linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: cs35l35: remove unused including <linux/version.h>
@ 2021-04-14  6:14 Yang Li
  2021-04-14 16:06 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2021-04-14  6:14 UTC (permalink / raw)
  To: james.schulman
  Cc: david.rhodes, lgirdwood, broonie, perex, tiwai, alsa-devel,
	patches, linux-kernel, Yang Li

Fix the following versioncheck warning:
./sound/soc/codecs/cs35l35.c: 12 linux/version.h not needed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/codecs/cs35l35.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
index 55d529a..5d361c7 100644
--- a/sound/soc/codecs/cs35l35.c
+++ b/sound/soc/codecs/cs35l35.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/delay.h>
-- 
1.8.3.1


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

* Re: [PATCH] ASoC: cs35l35: remove unused including <linux/version.h>
  2021-04-14  6:14 [PATCH] ASoC: cs35l35: remove unused including <linux/version.h> Yang Li
@ 2021-04-14 16:06 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2021-04-14 16:06 UTC (permalink / raw)
  To: Yang Li, james.schulman
  Cc: Mark Brown, alsa-devel, patches, lgirdwood, linux-kernel, tiwai,
	david.rhodes

On Wed, 14 Apr 2021 14:14:43 +0800, Yang Li wrote:
> Fix the following versioncheck warning:
> ./sound/soc/codecs/cs35l35.c: 12 linux/version.h not needed.

Applied to

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

Thanks!

[1/1] ASoC: cs35l35: remove unused including <linux/version.h>
      commit: e42b6e813f4231d3c38362fd800724bd41040ef9

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

end of thread, other threads:[~2021-04-14 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14  6:14 [PATCH] ASoC: cs35l35: remove unused including <linux/version.h> Yang Li
2021-04-14 16:06 ` Mark Brown

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).