Skip to content

Commit

Permalink
[BRIDGE]: Section fix.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and David S. Miller committed Dec 7, 2007
1 parent 0c3b091 commit 73afc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bridge/br_fdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 73afc90

Please sign in to comment.