Compile error in vmlinux-2.4.19-rc1

From: Wolfgang Mehl (wolfgang.mehl@jrc.it)
Date: Tue Jul 16 2002 - 08:00:38 EST


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/



This archive was generated by hypermail 2b29 : Tue Jul 23 2002 - 22:00:19 EST