summaryrefslogtreecommitdiff
path: root/include/net/ip.h
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2015-05-19 19:41:47 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-05-19 20:54:36 (GMT)
commit06b2c61c92a9942769ee8da22d3ce8b8b935c038 (patch)
tree7d5495495b45ffd781d2bdb0becb9ce3d6f3324e /include/net/ip.h
parent492135557dc090a1abb2cfbe1a412757e3ed68ab (diff)
downloadlinux-06b2c61c92a9942769ee8da22d3ce8b8b935c038.tar.xz
ip: remove unused function prototype
ip_do_nat() function was removed prior to kernel 3.4. Remove the unnecessary function prototype as well. Reported-by: Florian Westphal <fw@strlen.de> Signed-off-by: Andy Zhou <azhou@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index cd7a6a4..7921a36 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -110,7 +110,6 @@ int ip_output(struct sock *sk, struct sk_buff *skb);
int ip_mc_output(struct sock *sk, struct sk_buff *skb);
int ip_do_fragment(struct sock *sk, struct sk_buff *skb,
int (*output)(struct sock *, struct sk_buff *));
-int ip_do_nat(struct sk_buff *skb);
void ip_send_check(struct iphdr *ip);
int __ip_local_out(struct sk_buff *skb);
int ip_local_out_sk(struct sock *sk, struct sk_buff *skb);