diff options
Diffstat (limited to 'drivers/mtd/nand/plat_nand.c')
-rw-r--r-- | drivers/mtd/nand/plat_nand.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/mtd/nand/plat_nand.c b/drivers/mtd/nand/plat_nand.c index ea8e1234e0e..7f2da695335 100644 --- a/drivers/mtd/nand/plat_nand.c +++ b/drivers/mtd/nand/plat_nand.c | |||
@@ -148,18 +148,7 @@ static struct platform_driver plat_nand_driver = { | |||
148 | }, | 148 | }, |
149 | }; | 149 | }; |
150 | 150 | ||
151 | static int __init plat_nand_init(void) | 151 | module_platform_driver(plat_nand_driver); |
152 | { | ||
153 | return platform_driver_register(&plat_nand_driver); | ||
154 | } | ||
155 | |||
156 | static void __exit plat_nand_exit(void) | ||
157 | { | ||
158 | platform_driver_unregister(&plat_nand_driver); | ||
159 | } | ||
160 | |||
161 | module_init(plat_nand_init); | ||
162 | module_exit(plat_nand_exit); | ||
163 | 152 | ||
164 | MODULE_LICENSE("GPL"); | 153 | MODULE_LICENSE("GPL"); |
165 | MODULE_AUTHOR("Vitaly Wool"); | 154 | MODULE_AUTHOR("Vitaly Wool"); |