public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch] ia64 build failure due to msleep not defined.
@ 2008-07-29  1:51 Robin Holt
  2008-07-29  1:55 ` Andrew Vasquez
  0 siblings, 1 reply; 2+ messages in thread
From: Robin Holt @ 2008-07-29  1:51 UTC (permalink / raw)
  To: linux-ia64

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);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-29  1:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-29  1:51 [Patch] ia64 build failure due to msleep not defined Robin Holt
2008-07-29  1:55 ` Andrew Vasquez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox