2022-07-08 00:11:06

by Yang Li

[permalink] [raw]
Subject: [PATCH -next] ASoC: amd: Remove duplicated include in acp-es8336.c

Fix following includecheck warning:
./sound/soc/amd/acp-es8336.c: linux/module.h is included more than once.

Signed-off-by: Yang Li <[email protected]>
---
sound/soc/amd/acp-es8336.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/amd/acp-es8336.c b/sound/soc/amd/acp-es8336.c
index eec3d57092fa..ae9e23749cb3 100644
--- a/sound/soc/amd/acp-es8336.c
+++ b/sound/soc/amd/acp-es8336.c
@@ -20,7 +20,6 @@
#include <linux/input.h>
#include <linux/module.h>
#include <linux/platform_device.h>
-#include <linux/module.h>
#include <linux/acpi.h>

#include "../codecs/es8316.h"
--
2.20.1.7.g153144c


2022-07-08 21:27:47

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH -next] ASoC: amd: Remove duplicated include in acp-es8336.c

On Fri, 8 Jul 2022 07:25:40 +0800, Yang Li wrote:
> Fix following includecheck warning:
> ./sound/soc/amd/acp-es8336.c: linux/module.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: amd: Remove duplicated include in acp-es8336.c
commit: 657efd9c985255960cdd90bafc382a39dc303277

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