From: Nicolas Dichtel Date: Mon, 19 Jul 2010 23:51:38 +0000 (+0000) Subject: __dst_free(): put EXPORT_SYMBOLS after the fct X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d79d991379af35d43f003f162e8650e72965b8ca;p=linux-beck.git __dst_free(): put EXPORT_SYMBOLS after the fct Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- diff --git a/net/core/dst.c b/net/core/dst.c index 9920722cc82b..6c41b1fac3db 100644 --- a/net/core/dst.c +++ b/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) {