aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2004-07-25 03:22:52 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-07-25 03:22:52 -0700
commit49763ec310792214af70ede31aac4c09b686ffbc (patch)
tree426b7f5010d403050add6a49c3ca01994a272e32 /net
parentb10d9f9defa9652a908891c5bf8720daca43e420 (diff)
downloadhistory-49763ec310792214af70ede31aac4c09b686ffbc.tar.gz
[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: Con Kolivas <kernel@kolivas.org> Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 09224e5ebd4c42..ed9eff14f076a5 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -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,