CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <[email protected]>
Cc: [email protected] 
---
 drivers/staging/ipack/carriers/tpci200.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ipack/carriers/tpci200.c 
b/drivers/staging/ipack/carriers/tpci200.c
index f91531f..d01837a 100644
--- a/drivers/staging/ipack/carriers/tpci200.c
+++ b/drivers/staging/ipack/carriers/tpci200.c
@@ -598,7 +598,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);
 
-- 
1.8.0

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to