]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: remove redundant include
authorzhong jiang <zhongjiang@huawei.com>
Tue, 18 Sep 2018 08:16:24 +0000 (16:16 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 18 Sep 2018 17:28:29 +0000 (10:28 -0700)
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>
sound/soc/codecs/rt5651.c
sound/soc/codecs/wm8904.c
sound/soc/codecs/wm8974.c
sound/soc/soc-dapm.c

index 985852fd972387025e46a418d2081c24de218892..b613103d801b5104eaace04526b39538e1284111 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/init.h>
 #include <linux/delay.h>
 #include <linux/pm.h>
index 1965635ec07c704b1301a77fb318020422fd1d05..2a3e5fbd04e46f4debc2b1267dc15ccf34fe2c4c 100644 (file)
@@ -13,7 +13,6 @@
 
 #include <linux/clk.h>
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/init.h>
 #include <linux/delay.h>
 #include <linux/pm.h>
index 43edaf8cd276243a0ce1c3cbfebbacb990d99bab..593a1196088896ad6d68933fcb9d3588b8a119ff 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/delay.h>
index 43983c69f6aad82559f60cfedfff4d1783a1f91e..ee6b9758ec15f894c2b140687bb056ff80fa1377 100644 (file)
@@ -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>