diff options
| author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2010-07-19 19:51:38 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2010-07-20 16:28:03 -0400 |
| commit | d79d991379af35d43f003f162e8650e72965b8ca (patch) | |
| tree | 64e66aab45e5038211c6678527afa5f05a9ddaac | |
| parent | dab1086362f0a357e74f45bba48d664a48c294ec (diff) | |
__dst_free(): put EXPORT_SYMBOLS after the fct
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | net/core/dst.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 197 | dst->input = dst->output = dst_discard; | 197 | dst->input = dst->output = dst_discard; |
| 198 | dst->obsolete = 2; | 198 | dst->obsolete = 2; |
| 199 | } | 199 | } |
| 200 | EXPORT_SYMBOL(__dst_free); | ||
| 201 | 200 | ||
| 202 | void __dst_free(struct dst_entry *dst) | 201 | void __dst_free(struct dst_entry *dst) |
| 203 | { | 202 | { |
| @@ -213,6 +212,7 @@ void __dst_free(struct dst_entry *dst) | |||
| 213 | } | 212 | } |
| 214 | spin_unlock_bh(&dst_garbage.lock); | 213 | spin_unlock_bh(&dst_garbage.lock); |
| 215 | } | 214 | } |
| 215 | EXPORT_SYMBOL(__dst_free); | ||
| 216 | 216 | ||
| 217 | struct dst_entry *dst_destroy(struct dst_entry * dst) | 217 | struct dst_entry *dst_destroy(struct dst_entry * dst) |
| 218 | { | 218 | { |
