diff options
| -rw-r--r-- | drivers/block/floppy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index fb2d0be7cdeb..840919bba76c 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
| @@ -4594,7 +4594,7 @@ static void __init parse_floppy_cfg_string(char *cfg) | |||
| 4594 | } | 4594 | } |
| 4595 | } | 4595 | } |
| 4596 | 4596 | ||
| 4597 | int init_module(void) | 4597 | int __init init_module(void) |
| 4598 | { | 4598 | { |
| 4599 | if (floppy) | 4599 | if (floppy) |
| 4600 | parse_floppy_cfg_string(floppy); | 4600 | parse_floppy_cfg_string(floppy); |
