diff options
| -rw-r--r-- | net/ipv6/ip6_input.c | 2 | ||||
| -rw-r--r-- | net/ipv6/ip6_output.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/ip6_input.c b/net/ipv6/ip6_input.c index 9149fc239759..e7c85069a5db 100644 --- a/net/ipv6/ip6_input.c +++ b/net/ipv6/ip6_input.c | |||
| @@ -149,7 +149,7 @@ out: | |||
| 149 | */ | 149 | */ |
| 150 | 150 | ||
| 151 | 151 | ||
| 152 | static inline int ip6_input_finish(struct sk_buff *skb) | 152 | static int ip6_input_finish(struct sk_buff *skb) |
| 153 | { | 153 | { |
| 154 | struct inet6_protocol *ipprot; | 154 | struct inet6_protocol *ipprot; |
| 155 | struct sock *raw_sk; | 155 | struct sock *raw_sk; |
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 011082ed921a..13565dfb1b45 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
| @@ -70,7 +70,7 @@ static __inline__ void ipv6_select_ident(struct sk_buff *skb, struct frag_hdr *f | |||
| 70 | spin_unlock_bh(&ip6_id_lock); | 70 | spin_unlock_bh(&ip6_id_lock); |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | static inline int ip6_output_finish(struct sk_buff *skb) | 73 | static int ip6_output_finish(struct sk_buff *skb) |
| 74 | { | 74 | { |
| 75 | struct dst_entry *dst = skb->dst; | 75 | struct dst_entry *dst = skb->dst; |
| 76 | 76 | ||
