Skip to content

Commit 34c5cdb

Browse files
musicakcbroonie
authored andcommitted
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 <[email protected]> Acked-by: Charles Keepax <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 1a695a9 commit 34c5cdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/codecs/wm8753.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
*/
3333

3434
#include <linux/module.h>
35-
#include <linux/moduleparam.h>
3635
#include <linux/kernel.h>
3736
#include <linux/init.h>
3837
#include <linux/delay.h>

0 commit comments

Comments
 (0)