diff --git a/[refs] b/[refs] index 1548565c57e9..85b5ce626ab5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dab1086362f0a357e74f45bba48d664a48c294ec +refs/heads/master: d79d991379af35d43f003f162e8650e72965b8ca diff --git a/trunk/net/core/dst.c b/trunk/net/core/dst.c index 9920722cc82b..6c41b1fac3db 100644 --- a/trunk/net/core/dst.c +++ b/trunk/net/core/dst.c @@ -197,7 +197,6 @@ static void ___dst_free(struct dst_entry *dst) dst->input = dst->output = dst_discard; dst->obsolete = 2; } -EXPORT_SYMBOL(__dst_free); void __dst_free(struct dst_entry *dst) { @@ -213,6 +212,7 @@ void __dst_free(struct dst_entry *dst) } spin_unlock_bh(&dst_garbage.lock); } +EXPORT_SYMBOL(__dst_free); struct dst_entry *dst_destroy(struct dst_entry * dst) {