Commit 49763ec3 authored by Con Kolivas's avatar Con Kolivas Committed by David S. Miller

[IPV6]: Fix route.c gcc-3.4.x inlining error.

Fixes the inline error when compiling net/ipv6/route.c with gcc-3.4.1
Signed-off-by: default avatarCon Kolivas <kernel@kolivas.org>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent b10d9f9d
......@@ -584,7 +584,7 @@ static void ip6_rt_update_pmtu(struct dst_entry *dst, u32 mtu)
/* Protected by rt6_lock. */
static struct dst_entry *ndisc_dst_gc_list;
static int ipv6_get_mtu(struct net_device *dev);
static inline unsigned int ipv6_advmss(unsigned int mtu);
static unsigned int ipv6_advmss(unsigned int mtu);
struct dst_entry *ndisc_dst_alloc(struct net_device *dev,
struct neighbour *neigh,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment