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 @ @@ #include @ depends on includesmodule @ @@ – #include Signed-off-by: Amitoj Kaur Chawla Signed-off-by: David S. Miller — net/caif/chnl_net.c | 1 – 1 file changed, 1 deletion(-) diff …