diff options
Diffstat (limited to 'drivers/mtd/maps/pxa2xx-flash.c')
-rw-r--r-- | drivers/mtd/maps/pxa2xx-flash.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/mtd/maps/pxa2xx-flash.c b/drivers/mtd/maps/pxa2xx-flash.c index 2a25b6789af4..274e39914332 100644 --- a/drivers/mtd/maps/pxa2xx-flash.c +++ b/drivers/mtd/maps/pxa2xx-flash.c | |||
@@ -142,18 +142,7 @@ static struct platform_driver pxa2xx_flash_driver = { | |||
142 | .shutdown = pxa2xx_flash_shutdown, | 142 | .shutdown = pxa2xx_flash_shutdown, |
143 | }; | 143 | }; |
144 | 144 | ||
145 | static int __init init_pxa2xx_flash(void) | 145 | module_platform_driver(pxa2xx_flash_driver); |
146 | { | ||
147 | return platform_driver_register(&pxa2xx_flash_driver); | ||
148 | } | ||
149 | |||
150 | static void __exit cleanup_pxa2xx_flash(void) | ||
151 | { | ||
152 | platform_driver_unregister(&pxa2xx_flash_driver); | ||
153 | } | ||
154 | |||
155 | module_init(init_pxa2xx_flash); | ||
156 | module_exit(cleanup_pxa2xx_flash); | ||
157 | 146 | ||
158 | MODULE_LICENSE("GPL"); | 147 | MODULE_LICENSE("GPL"); |
159 | MODULE_AUTHOR("Nicolas Pitre <nico@fluxnic.net>"); | 148 | MODULE_AUTHOR("Nicolas Pitre <nico@fluxnic.net>"); |