Commit d79d9913 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by David S. Miller

__dst_free(): put EXPORT_SYMBOLS after the fct

Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dab10863
...@@ -197,7 +197,6 @@ static void ___dst_free(struct dst_entry *dst) ...@@ -197,7 +197,6 @@ static void ___dst_free(struct dst_entry *dst)
dst->input = dst->output = dst_discard; dst->input = dst->output = dst_discard;
dst->obsolete = 2; dst->obsolete = 2;
} }
EXPORT_SYMBOL(__dst_free);
void __dst_free(struct dst_entry *dst) void __dst_free(struct dst_entry *dst)
{ {
...@@ -213,6 +212,7 @@ void __dst_free(struct dst_entry *dst) ...@@ -213,6 +212,7 @@ void __dst_free(struct dst_entry *dst)
} }
spin_unlock_bh(&dst_garbage.lock); spin_unlock_bh(&dst_garbage.lock);
} }
EXPORT_SYMBOL(__dst_free);
struct dst_entry *dst_destroy(struct dst_entry * dst) struct dst_entry *dst_destroy(struct dst_entry * dst)
{ {
......
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