Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> Drop redundant include of moduleparam.h The Coccinelle semantic patch used to make this change is as follows: @ includesmodule @ @@ @ depends on includesmodule @ @@ – #include Signed-off-by: Amitoj Kaur Chawla Acked-by: Charles Keepax Signed-off-by: Mark Brown — sound/soc/codecs/wm8753.c | 1 – 1 file changed, 1 deletion(-) …