diff options
author | 2022-07-08 07:25:40 +0800 | |
---|---|---|
committer | 2022-07-08 11:52:54 +0100 | |
commit | 657efd9c985255960cdd90bafc382a39dc303277 (patch) | |
tree | 7c3ee7f2da0a7477c53afd26be04c9eb2532c854 | |
parent | ASoC: add tas2780 DT binding (diff) | |
download | wireguard-linux-657efd9c985255960cdd90bafc382a39dc303277.tar.xz wireguard-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>
-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" |