Skip to content

Commit 56e2f23

Browse files
musicakcdavem330
authored andcommitted
caif: Remove unneeded header file
Drop redundant include of moduleparam.h The Coccinelle semantic patch used to make this change is as follows: @ includesmodule @ @@ #include <linux/module.h> @ depends on includesmodule @ @@ - #include <linux/moduleparam.h> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 637c841 commit 56e2f23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/caif/chnl_net.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <linux/module.h>
1414
#include <linux/netdevice.h>
1515
#include <linux/if_ether.h>
16-
#include <linux/moduleparam.h>
1716
#include <linux/ip.h>
1817
#include <linux/sched.h>
1918
#include <linux/sockios.h>

0 commit comments

Comments
 (0)