diff options
author | Thomas Graf <tgraf@suug.ch> | 2005-08-20 20:27:34 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 19:03:10 -0400 |
commit | 33d043d65bbd3d97efca96c9bbada443cac3c4da (patch) | |
tree | 1411bba571bac24220a938d204ebf651b9df49c5 /net/ipv4/ip_output.c | |
parent | 9070683bdac59a3b26e2ce6dd0d05fbfcb3fc7d8 (diff) |
[IPV4]: ip_finish_output() can be inlined
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
200 | return -EINVAL; | 200 | return -EINVAL; |
201 | } | 201 | } |
202 | 202 | ||
203 | static int ip_finish_output(struct sk_buff *skb) | 203 | static inline int ip_finish_output(struct sk_buff *skb) |
204 | { | 204 | { |
205 | struct net_device *dev = skb->dst->dev; | 205 | struct net_device *dev = skb->dst->dev; |
206 | 206 | ||