diff options
Diffstat (limited to 'drivers/mtd/maps/ixp2000.c')
-rw-r--r-- | drivers/mtd/maps/ixp2000.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/mtd/maps/ixp2000.c b/drivers/mtd/maps/ixp2000.c index 437fcd2f352f..fc7d4d0d9a4e 100644 --- a/drivers/mtd/maps/ixp2000.c +++ b/drivers/mtd/maps/ixp2000.c | |||
@@ -246,18 +246,8 @@ static struct platform_driver ixp2000_flash_driver = { | |||
246 | }, | 246 | }, |
247 | }; | 247 | }; |
248 | 248 | ||
249 | static int __init ixp2000_flash_init(void) | 249 | module_platform_driver(ixp2000_flash_driver); |
250 | { | ||
251 | return platform_driver_register(&ixp2000_flash_driver); | ||
252 | } | ||
253 | |||
254 | static void __exit ixp2000_flash_exit(void) | ||
255 | { | ||
256 | platform_driver_unregister(&ixp2000_flash_driver); | ||
257 | } | ||
258 | 250 | ||
259 | module_init(ixp2000_flash_init); | ||
260 | module_exit(ixp2000_flash_exit); | ||
261 | MODULE_LICENSE("GPL"); | 251 | MODULE_LICENSE("GPL"); |
262 | MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net>"); | 252 | MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net>"); |
263 | MODULE_ALIAS("platform:IXP2000-Flash"); | 253 | MODULE_ALIAS("platform:IXP2000-Flash"); |