netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] b44: fix section mismatch warnings in b44.c
@ 2012-02-19 14:45 Nikola Pajkovsky
  2012-02-19 20:13 ` Dan Carpenter
  0 siblings, 1 reply; 3+ messages in thread
From: Nikola Pajkovsky @ 2012-02-19 14:45 UTC (permalink / raw)
  To: Gary Zambrano; +Cc: netdev, kernel-janitors, Nikola Pajkovsky

From: Nikola Pajkovsky <n.pajkovsky@gmail.com>

Signed-off-by: Nikola Pajkovsky <n.pajkovsky@gmail.com>
---
 drivers/net/ethernet/broadcom/b44.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/broadcom/b44.c b/drivers/net/ethernet/broadcom/b44.c
index 66f53c7..46b8b7d8 100644
--- a/drivers/net/ethernet/broadcom/b44.c
+++ b/drivers/net/ethernet/broadcom/b44.c
@@ -2338,7 +2338,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);
-- 
1.7.9.1.244.gb0d66b

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-19 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-19 14:45 [PATCH] b44: fix section mismatch warnings in b44.c Nikola Pajkovsky
2012-02-19 20:13 ` Dan Carpenter
2012-02-19 20:28   ` Nikola Pajkovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).