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 5d93eca..5e5d9b5 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);