aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/nf_nat_tftp.c
diff options
context:
space:
mode:
authorZhitong Wang <zhitong.wangzt@alibaba-inc.com>2010-04-13 11:25:41 +0200
committerPatrick McHardy <kaber@trash.net>2010-04-13 11:25:41 +0200
commit22068311b62858ea7eb71653a07564fd73d7a9b0 (patch)
tree07dc379dfd29080e8217f3d36322e572e1a907bd /net/ipv4/netfilter/nf_nat_tftp.c
parenta79ff731a1b277d0e92d9453bdf374e04cec717a (diff)
netfilter: fix some coding styles and remove moduleparam.h
Fix some coding styles and remove moduleparam.h Signed-off-by: Zhitong Wang <zhitong.wangzt@alibaba-inc.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4/netfilter/nf_nat_tftp.c')
-rw-r--r--net/ipv4/netfilter/nf_nat_tftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_nat_tftp.c b/net/ipv4/netfilter/nf_nat_tftp.c
index b096e81500a..7274a43c7a1 100644
--- a/net/ipv4/netfilter/nf_nat_tftp.c
+++ b/net/ipv4/netfilter/nf_nat_tftp.c
@@ -6,7 +6,6 @@
*/
#include <linux/module.h>
-#include <linux/moduleparam.h>
#include <linux/udp.h>
#include <net/netfilter/nf_nat_helper.h>