Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

__dst_free(): put EXPORT_SYMBOLS after the fct

parent dab10863
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{