Compile error in vmlinux-2.4.19-rc1

Wolfgang Mehl (wolfgang.mehl@jrc.it)
Tue, 16 Jul 2002 15:00:38 +0200


In module init/do_mounts.c I get error "undefined symbol change_floppy"
when CONFIG_BLK_DEV_RAM=y and CONFIG_BLK_DEV_FD=m.
The error can be corrected with the following patch

381c381
< #if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)

---
 > #if defined(CONFIG_BLK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)

best regards Wolfgang

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/