提交 64f0a836 编写于 作者: N Nikola Pajkovsky 提交者: David S. Miller

b44: remove __exit from b44_pci_exit()

WARNING: drivers/net/ethernet/broadcom/built-in.o(.init.text+0x5d): Section mismatch in reference from the function b44_init() to the function .exit.text:b44_pci_exit()

module exits with b44_cleanup()
Signed-off-by: NNikola Pajkovsky <n.pajkovsky@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 8ae0cfee
......@@ -2339,7 +2339,7 @@ static inline int __init b44_pci_init(void)
return err;
}
static inline void __exit b44_pci_exit(void)
static inline void b44_pci_exit(void)
{
#ifdef CONFIG_B44_PCI
ssb_pcihost_unregister(&b44_pci_driver);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册