projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1ea59
)
ipg: add __devexit annotation
author
Adrian Bunk
<bunk@kernel.org>
Tue, 11 Dec 2007 22:20:30 +0000
(23:20 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ipg.c
b/drivers/net/ipg.c
index 5d93eca07b66a87d57461ea1d81d518c0d6c76fa..5e5d9b527ed10b6a98aec3b58bd04968e8ee3efb 100644
(file)
--- 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);