]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/wm8350_wdt.c
watchdog: remove use of __devexit_p
[karo-tx-linux.git] / drivers / watchdog / wm8350_wdt.c
index 3c76693447fd5483ba01934e619afe74320f1e86..770b6da1ff418a7690b534efa137335d019ffdd3 100644 (file)
@@ -166,7 +166,7 @@ static int __devexit wm8350_wdt_remove(struct platform_device *pdev)
 
 static struct platform_driver wm8350_wdt_driver = {
        .probe = wm8350_wdt_probe,
-       .remove = __devexit_p(wm8350_wdt_remove),
+       .remove = wm8350_wdt_remove,
        .driver = {
                .name = "wm8350-wdt",
        },