mtd: remove use of __devexit_p
[deliverable/linux.git] / drivers / mtd / maps / lantiq-flash.c
index c03456f17004017ca0cb1f65513343cd8d470b7c..4c032f168138294d5135a7433a5394fb65c29d45 100644 (file)
@@ -209,7 +209,7 @@ MODULE_DEVICE_TABLE(of, ltq_mtd_match);
 
 static struct platform_driver ltq_mtd_driver = {
        .probe = ltq_mtd_probe,
-       .remove = __devexit_p(ltq_mtd_remove),
+       .remove = ltq_mtd_remove,
        .driver = {
                .name = "ltq-nor",
                .owner = THIS_MODULE,
This page took 0.037405 seconds and 5 git commands to generate.