watchdog: remove use of __devexit_p
[firefly-linux-kernel-4.4.55.git] / drivers / watchdog / pcwd.c
index 75694cf24f86713830dd3075cadea5666cdc84be..df454c9b52749d3858b18df86eef4aca423c3fee 100644 (file)
@@ -984,7 +984,7 @@ static void pcwd_isa_shutdown(struct device *dev, unsigned int id)
 static struct isa_driver pcwd_isa_driver = {
        .match          = pcwd_isa_match,
        .probe          = pcwd_isa_probe,
-       .remove         = __devexit_p(pcwd_isa_remove),
+       .remove         = pcwd_isa_remove,
        .shutdown       = pcwd_isa_shutdown,
        .driver         = {
                .owner  = THIS_MODULE,