diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2016-06-24 02:21:36 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-24 07:14:05 -0400 |
commit | 34c5cdbcbdfe8575ece87a48e04208fbcd0ad16f (patch) | |
tree | 8e3102b666223b9b7e0acaefe1c55034146d7351 /sound | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
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')
-rw-r--r-- | sound/soc/codecs/wm8753.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 6f1024f48b19..b4e6893f5e3d 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c | |||
@@ -32,7 +32,6 @@ | |||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include <linux/module.h> | 34 | #include <linux/module.h> |
35 | #include <linux/moduleparam.h> | ||
36 | #include <linux/kernel.h> | 35 | #include <linux/kernel.h> |
37 | #include <linux/init.h> | 36 | #include <linux/init.h> |
38 | #include <linux/delay.h> | 37 | #include <linux/delay.h> |