CONFIG_HOTPLUG is going away as an option so __devexit_p 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 31cafff..f91531f 100644
--- a/drivers/staging/ipack/carriers/tpci200.c
+++ b/drivers/staging/ipack/carriers/tpci200.c
@@ -617,7 +617,7 @@ static struct pci_driver tpci200_pci_drv = {
        .name = "tpci200",
        .id_table = tpci200_idtable,
        .probe = tpci200_pci_probe,
-       .remove = __devexit_p(tpci200_pci_remove),
+       .remove = tpci200_pci_remove,
 };
 
 module_pci_driver(tpci200_pci_drv);
-- 
1.8.0

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

Reply via email to