From: Thomas Graf Date: Sun, 21 Aug 2005 00:27:34 +0000 (-0700) Subject: [IPV4]: ip_finish_output() can be inlined X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=33d043d65bbd3d97efca96c9bbada443cac3c4da;p=deliverable%2Flinux.git [IPV4]: ip_finish_output() can be inlined Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 19f24f778dc8..3f1a263e1249 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c @@ -200,7 +200,7 @@ static inline int ip_finish_output2(struct sk_buff *skb) return -EINVAL; } -static int ip_finish_output(struct sk_buff *skb) +static inline int ip_finish_output(struct sk_buff *skb) { struct net_device *dev = skb->dst->dev;