[BRIDGE]: Section fix.

WARNING: vmlinux.o(.init.text+0x204e2): Section mismatch: reference to .exit.text:br_fdb_fini (between 'br_init' and 'br_fdb_init')

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Andrew Morton 2007-12-05 21:35:23 -08:00 committed by David S. Miller
parent 0c3b091b9a
commit 73afc90692
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ int __init br_fdb_init(void)
return 0;
}
void __exit br_fdb_fini(void)
void br_fdb_fini(void)
{
kmem_cache_destroy(br_fdb_cache);
}