From: Jens Axboe <axboe@suse.de>
To: Jon <marsaro@interearth.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Compile Error with Compaq CCISS
Date: Mon, 25 Mar 2002 08:13:16 +0100 [thread overview]
Message-ID: <20020325071316.GB13328@suse.de> (raw)
In-Reply-To: <00fd01c1d2b7$9d020d10$1900a8c0@minniemouse>
On Sat, Mar 23 2002, Jon wrote:
> Anyone else seen this? I am using 2.5.7 no prepatch
>
> .c
> cciss.c: In function `cciss_ioctl':
> cciss.c:645: warning: implicit declaration of function `DECLARE_COMPLETION'
> cciss.c:645: `wait' undeclared (first use in this function)
> cciss.c:645: (Each undeclared identifier is reported only once
> cciss.c:645: for each function it appears in.)
> cciss.c:720: warning: implicit declaration of function `wait_for_completion'
> cciss.c: In function `sendcmd_withirq':
> cciss.c:932: `wait' undeclared (first use in this function)
> cciss.c: In function `do_cciss_intr':
> cciss.c:1958: warning: implicit declaration of function `complete'
> make[3]: *** [cciss.o] Error 1
> make[3]: Leaving directory `/usr/src/linux-2.5.7/drivers/block'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.5.7/drivers/block'
> make[1]: *** [_subdir_block] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.5.7/drivers'
> make: *** [_dir_drivers] Error 2
> cumin:/usr/src/linux-2.5.7 #
--- drivers/block/cciss.c~ Mon Mar 25 08:12:41 2002
+++ drivers/block/cciss.c Mon Mar 25 08:12:33 2002
@@ -36,6 +36,7 @@
#include <linux/init.h>
#include <linux/hdreg.h>
#include <linux/spinlock.h>
+#include <linux/completion.h>
#include <asm/uaccess.h>
#include <asm/io.h>
--
Jens Axboe
prev parent reply other threads:[~2002-03-25 7:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-23 22:10 Jon
2002-03-25 7:13 ` Jens Axboe [this message]
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=20020325071316.GB13328@suse.de \
--to=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marsaro@interearth.com \
/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
all inboxes | Powered by JetHome®