diff options
Diffstat (limited to 'drivers/mtd/bcm63xxpart.c')
-rw-r--r-- | drivers/mtd/bcm63xxpart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/bcm63xxpart.c b/drivers/mtd/bcm63xxpart.c index 5c813907661c..b2443f7031c9 100644 --- a/drivers/mtd/bcm63xxpart.c +++ b/drivers/mtd/bcm63xxpart.c | |||
@@ -221,7 +221,8 @@ static struct mtd_part_parser bcm63xx_cfe_parser = { | |||
221 | 221 | ||
222 | static int __init bcm63xx_cfe_parser_init(void) | 222 | static int __init bcm63xx_cfe_parser_init(void) |
223 | { | 223 | { |
224 | return register_mtd_parser(&bcm63xx_cfe_parser); | 224 | register_mtd_parser(&bcm63xx_cfe_parser); |
225 | return 0; | ||
225 | } | 226 | } |
226 | 227 | ||
227 | static void __exit bcm63xx_cfe_parser_exit(void) | 228 | static void __exit bcm63xx_cfe_parser_exit(void) |