summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/tools.c')
-rw-r--r--mdk-stage1/tools.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c
index 828b23f69..4a3f0c067 100644
--- a/mdk-stage1/tools.c
+++ b/mdk-stage1/tools.c
@@ -311,7 +311,6 @@ char * floppy_device(void)
{
char ** names, ** models;
int fd;
- my_insmod("ide-floppy", ANY_DRIVER_TYPE, NULL, 0);
my_insmod("floppy", ANY_DRIVER_TYPE, NULL, 0);
fd = open("/dev/fd0", O_RDONLY|O_NONBLOCK);
if (fd != -1) {