mtd: convert drivers/mtd/* to use module_platform_driver()
[deliverable/linux.git] / drivers / mtd / maps / rbtx4939-flash.c
index 0237f197fd1238f553732f73a2db64ddba98c0f6..bb7d2042affa0dd238be64a02886d1e63c88801b 100644 (file)
@@ -137,18 +137,7 @@ static struct platform_driver rbtx4939_flash_driver = {
        },
 };
 
-static int __init rbtx4939_flash_init(void)
-{
-       return platform_driver_register(&rbtx4939_flash_driver);
-}
-
-static void __exit rbtx4939_flash_exit(void)
-{
-       platform_driver_unregister(&rbtx4939_flash_driver);
-}
-
-module_init(rbtx4939_flash_init);
-module_exit(rbtx4939_flash_exit);
+module_platform_driver(rbtx4939_flash_driver);
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("RBTX4939 MTD map driver");
This page took 0.046164 seconds and 5 git commands to generate.