diff options
Diffstat (limited to 'drivers/block/floppy.c')
-rw-r--r-- | drivers/block/floppy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index dff1e67b1dd4..03a4dff05f27 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
@@ -4261,8 +4261,6 @@ static int __init floppy_init(void) | |||
4261 | motor_off_timer[dr].function = motor_off_callback; | 4261 | motor_off_timer[dr].function = motor_off_callback; |
4262 | } | 4262 | } |
4263 | 4263 | ||
4264 | devfs_mk_dir("floppy"); | ||
4265 | |||
4266 | err = register_blkdev(FLOPPY_MAJOR, "fd"); | 4264 | err = register_blkdev(FLOPPY_MAJOR, "fd"); |
4267 | if (err) | 4265 | if (err) |
4268 | goto out_devfs_remove; | 4266 | goto out_devfs_remove; |