Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64f0a836 authored by Nikola Pajkovsky's avatar Nikola Pajkovsky Committed by David S. Miller
Browse files

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: default avatarNikola Pajkovsky <n.pajkovsky@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8ae0cfee
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2339,7 +2339,7 @@ static inline int __init b44_pci_init(void)
	return err;
	return err;
}
}


static inline void __exit b44_pci_exit(void)
static inline void b44_pci_exit(void)
{
{
#ifdef CONFIG_B44_PCI
#ifdef CONFIG_B44_PCI
	ssb_pcihost_unregister(&b44_pci_driver);
	ssb_pcihost_unregister(&b44_pci_driver);