Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ef3122463d18c0a05b85654473b855a2af494221
Commit:     ef3122463d18c0a05b85654473b855a2af494221
Parent:     2b1ea591f6714729e5a998064ba9bff503137aa8
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 11 23:20:30 2007 +0100
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:05:54 2008 -0800

    ipg: add __devexit annotation
    
    ipg_remove() can become __devexit.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 drivers/net/ipg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ipg.c b/drivers/net/ipg.c
index 5d93eca..5e5d9b5 100644
--- a/drivers/net/ipg.c
+++ b/drivers/net/ipg.c
@@ -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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to