diff mbox series

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

Message ID 20210309131455.1883120-1-weiyongjun1@huawei.com (mailing list archive)
State Accepted
Commit d59cfc6544dc19a1d1c1e47d95dd2150da3daf56
Headers show
Series [-next] ASoC: rt715-sdca: Remove unused including <linux/version.h> | expand

Commit Message

Wei Yongjun March 9, 2021, 1:14 p.m. UTC
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(-)

Comments

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

Patch

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>