提交 73afc906 编写于 作者: A Andrew Morton 提交者: 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: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册