* [PATCH -next] ASoC: amd: Remove duplicated include in acp-es8336.c
@ 2022-07-07 23:25 Yang Li
2022-07-08 20:47 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-07-07 23:25 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel, linux-kernel, lgirdwood, broonie, Yang Li
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] ASoC: amd: Remove duplicated include in acp-es8336.c
2022-07-07 23:25 [PATCH -next] ASoC: amd: Remove duplicated include in acp-es8336.c Yang Li
@ 2022-07-08 20:47 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2022-07-08 20:47 UTC (permalink / raw)
To: yang.lee, tiwai; +Cc: linux-kernel, alsa-devel, lgirdwood
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-08 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-07 23:25 [PATCH -next] ASoC: amd: Remove duplicated include in acp-es8336.c Yang Li
2022-07-08 20:47 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox