diff mbox

ip: remove unused function prototype

Message ID 1432064507-925-1-git-send-email-azhou@nicira.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Andy Zhou May 19, 2015, 7:41 p.m. UTC
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>
---
 include/net/ip.h | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller May 19, 2015, 8:54 p.m. UTC | #1
From: Andy Zhou <azhou@nicira.com>
Date: Tue, 19 May 2015 12:41:47 -0700

> 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>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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);