]> asedeno.scripts.mit.edu Git - linux.git/commit
caif: Remove unneeded header file
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Fri, 24 Jun 2016 06:23:54 +0000 (11:53 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jun 2016 09:26:14 +0000 (05:26 -0400)
commit56e2f23b7225d2e7b42826aee065cbf96834114d
tree372415c31e84f5499fff5e762f3fe180e2c84f93
parent637c841dd7a5f9bd97b75cbe90b526fa1a52e530
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>
net/caif/chnl_net.c