mtd: convert drivers/mtd/* to use module_platform_driver()
[deliverable/linux.git] / drivers / mtd / maps / pxa2xx-flash.c
index 2a25b6789af4d5633ee7fcadf104fc08e9183928..274e39914332fa8fa2015e42d530f342032dbf3b 100644 (file)
@@ -142,18 +142,7 @@ static struct platform_driver pxa2xx_flash_driver = {
        .shutdown       = pxa2xx_flash_shutdown,
 };
 
-static int __init init_pxa2xx_flash(void)
-{
-       return platform_driver_register(&pxa2xx_flash_driver);
-}
-
-static void __exit cleanup_pxa2xx_flash(void)
-{
-       platform_driver_unregister(&pxa2xx_flash_driver);
-}
-
-module_init(init_pxa2xx_flash);
-module_exit(cleanup_pxa2xx_flash);
+module_platform_driver(pxa2xx_flash_driver);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Nicolas Pitre <nico@fluxnic.net>");
This page took 0.026592 seconds and 5 git commands to generate.