diff mbox series

[-next] ASoC: amd: Remove duplicated include in acp-es8336.c

Message ID 20220707232540.22589-1-yang.lee@linux.alibaba.com
State Accepted
Commit 657efd9c985255960cdd90bafc382a39dc303277
Headers show
Series [-next] ASoC: amd: Remove duplicated include in acp-es8336.c | expand

Commit Message

Yang Li July 7, 2022, 11:25 p.m. UTC
Fix following includecheck warning:
./sound/soc/amd/acp-es8336.c: linux/module.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/amd/acp-es8336.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown July 8, 2022, 8:47 p.m. UTC | #1
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
diff mbox series

Patch

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"