From: Wolfgang Mehl <wolfgang.mehl@jrc.it>
To: linux-kernel@vger.kernel.org
Subject: Compile error in vmlinux-2.4.19-rc1
Date: Tue, 16 Jul 2002 15:00:38 +0200 [thread overview]
Message-ID: <3D3418F6.5000003@jrc.it> (raw)
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
reply other threads:[~2002-07-16 12:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D3418F6.5000003@jrc.it \
--to=wolfgang.mehl@jrc.it \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox