Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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

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