From: Robin Holt <holt@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [Patch] ia64 build failure due to msleep not defined.
Date: Tue, 29 Jul 2008 01:51:11 +0000 [thread overview]
Message-ID: <20080729015111.GI9663@sgi.com> (raw)
qla_attr.c failes to compile because it is missing the definition
of msleep. Specifically include linux/delay.h fixes this compile failure.
Signed-off-by: Robin Holt <holt@sgi.com>
Index: contention_unroll/drivers/scsi/qla2xxx/qla_attr.c
=================================--- contention_unroll.orig/drivers/scsi/qla2xxx/qla_attr.c 2008-07-28 20:36:58.302429101 -0500
+++ contention_unroll/drivers/scsi/qla2xxx/qla_attr.c 2008-07-28 20:45:09.451163519 -0500
@@ -8,6 +8,7 @@
#include <linux/kthread.h>
#include <linux/vmalloc.h>
+#include <linux/delay.h>
static int qla24xx_vport_disable(struct fc_vport *, bool);
next reply other threads:[~2008-07-29 1:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-29 1:51 Robin Holt [this message]
2008-07-29 1:55 ` [Patch] ia64 build failure due to msleep not defined Andrew Vasquez
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=20080729015111.GI9663@sgi.com \
--to=holt@sgi.com \
--cc=linux-ia64@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