Skip to content

Commit

Permalink
ipack: remove use of __devexit
Browse files Browse the repository at this point in the history
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
wfp5p authored and gregkh committed Nov 21, 2012
1 parent d79251f commit 29c3544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ipack/carriers/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ static void __tpci200_pci_remove(struct tpci200_board *tpci200)
kfree(tpci200);
}

static void __devexit tpci200_pci_remove(struct pci_dev *dev)
static void tpci200_pci_remove(struct pci_dev *dev)
{
struct tpci200_board *tpci200 = pci_get_drvdata(dev);

Expand Down

0 comments on commit 29c3544

Please sign in to comment.