* [2.6 patch] drivers/net/ipg.c: add __devexit annotation
@ 2007-12-11 22:20 Adrian Bunk
2007-12-11 23:59 ` Francois Romieu
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-12-11 22:20 UTC (permalink / raw)
To: romieu, sorbica, jesse; +Cc: netdev, linux-kernel
ipg_remove() can become __devexit.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
97ace7a0e52ceac30caae20e1a3fe72c4644bce7
diff --git a/drivers/net/ipg.c b/drivers/net/ipg.c
index dbd23bb..285ebbc 100644
--- a/drivers/net/ipg.c
+++ b/drivers/net/ipg.c
@@ -2214,7 +2214,7 @@ static struct ethtool_ops ipg_ethtool_ops = {
.nway_reset = ipg_nway_reset,
};
-static void ipg_remove(struct pci_dev *pdev)
+static void __devexit ipg_remove(struct pci_dev *pdev)
{
struct net_device *dev = pci_get_drvdata(pdev);
struct ipg_nic_private *sp = netdev_priv(dev);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] drivers/net/ipg.c: add __devexit annotation
2007-12-11 22:20 [2.6 patch] drivers/net/ipg.c: add __devexit annotation Adrian Bunk
@ 2007-12-11 23:59 ` Francois Romieu
0 siblings, 0 replies; 2+ messages in thread
From: Francois Romieu @ 2007-12-11 23:59 UTC (permalink / raw)
To: Adrian Bunk; +Cc: sorbica, jesse, netdev, linux-kernel
Adrian Bunk <bunk@kernel.org> :
> ipg_remove() can become __devexit.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
I'll add it to the pending ipg queue.
--
Ueimor
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-12 0:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 22:20 [2.6 patch] drivers/net/ipg.c: add __devexit annotation Adrian Bunk
2007-12-11 23:59 ` Francois Romieu
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).