* Compile error in vmlinux-2.4.19-rc1
@ 2002-07-16 13:00 Wolfgang Mehl
0 siblings, 0 replies; only message in thread
From: Wolfgang Mehl @ 2002-07-16 13:00 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-16 12:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-16 13:00 Compile error in vmlinux-2.4.19-rc1 Wolfgang Mehl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox