[PATCH -next] ASoC: amd: Remove duplicated include in acp-es8336.c
Yang Li
yang.lee at linux.alibaba.com
Fri Jul 8 01:25:40 CEST 2022
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 at 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
More information about the Alsa-devel
mailing list