summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-06-24 11:51:36 +0530
committerMark Brown <broonie@kernel.org>2016-06-24 12:14:05 +0100
commit34c5cdbcbdfe8575ece87a48e04208fbcd0ad16f (patch)
tree8e3102b666223b9b7e0acaefe1c55034146d7351 /sound/soc
parent1a695a905c18548062509178b98bc91e67510864 (diff)
downloadlinux-0-day-34c5cdbcbdfe8575ece87a48e04208fbcd0ad16f.tar.gz
linux-0-day-34c5cdbcbdfe8575ece87a48e04208fbcd0ad16f.tar.xz
ASoC: wm8753: Remove unneeded header file
Drop redundant include of moduleparam.h The Coccinelle semantic patch used to make this change is as follows: @ includesmodule @ @@ @ depends on includesmodule @ @@ - #include <linux/moduleparam.h> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm8753.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
index 6f1024f48b193..b4e6893f5e3d6 100644
--- a/sound/soc/codecs/wm8753.c
+++ b/sound/soc/codecs/wm8753.c
@@ -32,7 +32,6 @@
*/
#include <linux/module.h>
-#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>