[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071211222030.GD14204@stusta.de>
Date: Tue, 11 Dec 2007 23:20:30 +0100
From: Adrian Bunk <bunk@...nel.org>
To: romieu@...zoreil.com, sorbica@...lus.com.tw, jesse@...lus.com.tw
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] drivers/net/ipg.c: add __devexit annotation
ipg_remove() can become __devexit.
Signed-off-by: Adrian Bunk <bunk@...nel.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);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists