|
@@ -1127,7 +1127,7 @@ static int vhci_hcd_resume(struct platform_device *pdev)
|
|
|
|
|
|
static struct platform_driver vhci_driver = {
|
|
|
.probe = vhci_hcd_probe,
|
|
|
- .remove = __devexit_p(vhci_hcd_remove),
|
|
|
+ .remove = vhci_hcd_remove,
|
|
|
.suspend = vhci_hcd_suspend,
|
|
|
.resume = vhci_hcd_resume,
|
|
|
.driver = {
|