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@xxxxxxxxxxxxxxxxx> --- 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