summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
authorzhong jiang <zhongjiang@huawei.com>2018-09-18 11:16:24 +0300
committerMark Brown <broonie@kernel.org>2018-09-18 20:28:29 +0300
commit29ca7d32d7f10737e8d165fcf40fe31d44b06bee (patch)
tree62196cb31b6360e76bee0092e21c9c5d5061d334 /sound/soc/soc-dapm.c
parentbe6ac0a9ced99403c435b2b2fe9ac4bd55749823 (diff)
downloadlinux-29ca7d32d7f10737e8d165fcf40fe31d44b06bee.tar.xz
ASoC: remove redundant include
module.h already contained moduleparam.h, so it is safe to remove the redundant include. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 43983c69f6aa..ee6b9758ec15 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -18,7 +18,6 @@
// device reopen.
#include <linux/module.h>
-#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/async.h>
#include <linux/delay.h>