Skip to content

Commit

Permalink
ipg: add __devexit annotation
Browse files Browse the repository at this point in the history
ipg_remove() can become __devexit.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jan 28, 2008
1 parent 2b1ea59 commit ef31224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ipg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ef31224

Please sign in to comment.