gpio: remove use of __devexit_p
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-ml-ioh.c
index 6a29ee1847be92ad0038d0c0f828c1e0ac92fcb0..c824b5d1acd3a215240a2b52d79eee12504627ac 100644 (file)
@@ -606,7 +606,7 @@ static struct pci_driver ioh_gpio_driver = {
        .name = "ml_ioh_gpio",
        .id_table = ioh_gpio_pcidev_id,
        .probe = ioh_gpio_probe,
-       .remove = __devexit_p(ioh_gpio_remove),
+       .remove = ioh_gpio_remove,
        .suspend = ioh_gpio_suspend,
        .resume = ioh_gpio_resume
 };