diff mbox series

ASoC: cs35l35: remove unused including <linux/version.h>

Message ID 1618380883-114841-1-git-send-email-yang.lee@linux.alibaba.com (mailing list archive)
State Accepted
Commit e42b6e813f4231d3c38362fd800724bd41040ef9
Headers show
Series ASoC: cs35l35: remove unused including <linux/version.h> | expand

Commit Message

Yang Li April 14, 2021, 6:14 a.m. UTC
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(-)

Comments

Mark Brown April 14, 2021, 4:06 p.m. UTC | #1
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
diff mbox series

Patch

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>