From: Douglas Gilbert <dougg@torque.net>
To: Jurriaan on Alpha <thunder7@xs4all.nl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.13 on Alpha: undefined reference to vmalloc in scsidrv.o
Date: Fri, 03 May 2002 08:38:01 -0400 [thread overview]
Message-ID: <3CD284A9.5FE8C329@torque.net> (raw)
Jurriaan wrote:
<snip/>
> drivers/scsi/scsidrv.o: In function `sd_init':
> drivers/scsi/scsidrv.o(.text+0x1e3f0): undefined reference to `vmalloc'
<snip/>
Does this patch help?
Doug Gilbert
--- linux/drivers/scsi/sd.c Thu May 2 22:53:03 2002
+++ linux/drivers/scsi/sd.c2513vm Fri May 3 08:33:06 2002
@@ -41,6 +41,7 @@
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/init.h>
+#include <linux/vmalloc.h>
#include <linux/smp.h>
next reply other threads:[~2002-05-03 12:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-03 12:38 Douglas Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-05-03 5:46 2.5.13 on Alpha: undefined reference to vmalloc in scsidrv.o Jurriaan on Alpha
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=3CD284A9.5FE8C329@torque.net \
--to=dougg@torque.net \
--cc=linux-kernel@vger.kernel.org \
--cc=thunder7@xs4all.nl \
/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