summaryrefslogtreecommitdiffstats
path: root/net/caif
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla2016-06-24 08:23:54 +0200
committerDavid S. Miller2016-06-28 11:26:14 +0200
commit56e2f23b7225d2e7b42826aee065cbf96834114d (patch)
tree372415c31e84f5499fff5e762f3fe180e2c84f93 /net/caif
parentnet: diag: Add support to filter on device index (diff)
downloadkernel-qcow2-linux-56e2f23b7225d2e7b42826aee065cbf96834114d.tar.gz
kernel-qcow2-linux-56e2f23b7225d2e7b42826aee065cbf96834114d.tar.xz
kernel-qcow2-linux-56e2f23b7225d2e7b42826aee065cbf96834114d.zip
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>
Diffstat (limited to 'net/caif')
-rw-r--r--net/caif/chnl_net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/caif/chnl_net.c b/net/caif/chnl_net.c
index 67a4a36febd1..3408ed51b611 100644
--- a/net/caif/chnl_net.c
+++ b/net/caif/chnl_net.c
@@ -13,7 +13,6 @@
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/if_ether.h>
-#include <linux/moduleparam.h>
#include <linux/ip.h>
#include <linux/sched.h>
#include <linux/sockios.h>