Commit 73afc906 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller

[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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0c3b091b
......@@ -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);
}
......
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