[Patch] ia64 build failure due to msleep not defined.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxx>


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);
 
--
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux