projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6426e7
)
ASoC: amd: Remove duplicated include in acp-es8336.c
author
Yang Li
<yang.lee@linux.alibaba.com>
Thu, 7 Jul 2022 23:25:40 +0000
(07:25 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 8 Jul 2022 10:52:54 +0000
(11:52 +0100)
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>
sound/soc/amd/acp-es8336.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/acp-es8336.c
b/sound/soc/amd/acp-es8336.c
index ebd4fa9f1f004f9e7730ee779174c903c08e688c..d501618b78f6ea526835801456191845a0abf7f2 100644
(file)
--- 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"