diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2022-07-08 02:25:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-08 13:52:54 +0300 |
commit | 657efd9c985255960cdd90bafc382a39dc303277 (patch) | |
tree | 7c3ee7f2da0a7477c53afd26be04c9eb2532c854 /sound/soc/amd | |
parent | a6426e7189e09bdf8decffd8a539f3727b672d3e (diff) | |
download | linux-657efd9c985255960cdd90bafc382a39dc303277.tar.xz |
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.c | 1 |
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" |