Merge remote-tracking branch 'regmap/topic/core' into regmap-next
[cascardo/linux.git] / drivers / dma / timb_dma.c
index 952f823..26107ba 100644 (file)
@@ -823,7 +823,7 @@ static struct platform_driver td_driver = {
                .owner  = THIS_MODULE,
        },
        .probe  = td_probe,
-       .remove = __exit_p(td_remove),
+       .remove = td_remove,
 };
 
 module_platform_driver(td_driver);