Skip to content

Commit

Permalink
b44: remove __exit from b44_pci_exit()
Browse files Browse the repository at this point in the history
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: Nikola Pajkovsky <n.pajkovsky@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Nikola Pajkovsky authored and David S. Miller committed Feb 19, 2012
1 parent 8ae0cfe commit 64f0a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/broadcom/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 64f0a83

Please sign in to comment.