]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ipg: add __devexit annotation
authorAdrian Bunk <bunk@kernel.org>
Tue, 11 Dec 2007 22:20:30 +0000 (23:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:05:54 +0000 (15:05 -0800)
ipg_remove() can become __devexit.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/net/ipg.c

index 5d93eca07b66a87d57461ea1d81d518c0d6c76fa..5e5d9b527ed10b6a98aec3b58bd04968e8ee3efb 100644 (file)
@@ -2178,7 +2178,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);