mtd: remove use of __devexit_p
[deliverable/linux.git] / drivers / mtd / maps / autcpu12-nvram.c
index 76fb594bb1d9cd2629c1b80d08a04e7d5b28a92b..ca0313db6feac9e8ea7833be9ad4bcfad3ecb164 100644 (file)
@@ -121,7 +121,7 @@ static struct platform_driver autcpu12_nvram_driver = {
                .owner  = THIS_MODULE,
        },
        .probe          = autcpu12_nvram_probe,
-       .remove         = __devexit_p(autcpu12_nvram_remove),
+       .remove         = autcpu12_nvram_remove,
 };
 module_platform_driver(autcpu12_nvram_driver);
 
This page took 0.043499 seconds and 5 git commands to generate.