Commit 29c35442 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

ipack: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d79251f0
...@@ -599,7 +599,7 @@ static void __tpci200_pci_remove(struct tpci200_board *tpci200) ...@@ -599,7 +599,7 @@ static void __tpci200_pci_remove(struct tpci200_board *tpci200)
kfree(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); struct tpci200_board *tpci200 = pci_get_drvdata(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment