diff options
author | Florian Westphal <fw@strlen.de> | 2017-08-29 12:04:10 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-09-04 13:25:18 +0200 |
commit | d1c1e39de8357d66163da39e893e38ea1410e8f8 (patch) | |
tree | 5b9bec563438345605e65e3a0aa1d3ad3b4a42be /net/ipv4 | |
parent | a691205571723cb0544110ca91653ac4b0eb5b17 (diff) | |
download | linux-stable-d1c1e39de8357d66163da39e893e38ea1410e8f8.tar.gz linux-stable-d1c1e39de8357d66163da39e893e38ea1410e8f8.tar.bz2 linux-stable-d1c1e39de8357d66163da39e893e38ea1410e8f8.zip |
netfilter: remove unused hooknum arg from packet functions
tested with allmodconfig build.
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/nf_conntrack_proto_icmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_conntrack_proto_icmp.c b/net/ipv4/netfilter/nf_conntrack_proto_icmp.c index 434b4e20f6db..ce108a996316 100644 --- a/net/ipv4/netfilter/nf_conntrack_proto_icmp.c +++ b/net/ipv4/netfilter/nf_conntrack_proto_icmp.c @@ -82,7 +82,6 @@ static int icmp_packet(struct nf_conn *ct, unsigned int dataoff, enum ip_conntrack_info ctinfo, u_int8_t pf, - unsigned int hooknum, unsigned int *timeout) { /* Do not immediately delete the connection after the first |