summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2022-07-08 07:25:40 +0800
committerMark Brown <broonie@kernel.org>2022-07-08 11:52:54 +0100
commit657efd9c985255960cdd90bafc382a39dc303277 (patch)
tree7c3ee7f2da0a7477c53afd26be04c9eb2532c854 /sound/soc/amd
parenta6426e7189e09bdf8decffd8a539f3727b672d3e (diff)
downloadlinux-657efd9c985255960cdd90bafc382a39dc303277.tar.gz
linux-657efd9c985255960cdd90bafc382a39dc303277.tar.bz2
linux-657efd9c985255960cdd90bafc382a39dc303277.zip
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 <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20220707232540.22589-1-yang.lee@linux.alibaba.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd')
-rw-r--r--sound/soc/amd/acp-es8336.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/amd/acp-es8336.c b/sound/soc/amd/acp-es8336.c
index ebd4fa9f1f00..d501618b78f6 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 "acp.h"