mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Build fallout from scsi merge...
@ 2008-07-28  0:04 David Miller
  2008-07-28  2:59 ` FUJITA Tomonori
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2008-07-28  0:04 UTC (permalink / raw)
  To: linux-scsi; +Cc: James.Bottomley, linux-kernel


>From allmodconfig on sparc64:

drivers/scsi/qla2xxx/qla_attr.c: In function 'qla24xx_vport_delete':
drivers/scsi/qla2xxx/qla_attr.c:1184: error: implicit declaration of function 'msleep'
make[3]: *** [drivers/scsi/qla2xxx/qla_attr.o] Error 1
make[3]: *** Waiting for unfinished jobs....

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

* Re: Build fallout from scsi merge...
  2008-07-28  0:04 Build fallout from scsi merge David Miller
@ 2008-07-28  2:59 ` FUJITA Tomonori
  2008-07-28 13:55   ` Andrew Vasquez
  0 siblings, 1 reply; 3+ messages in thread
From: FUJITA Tomonori @ 2008-07-28  2:59 UTC (permalink / raw)
  To: davem; +Cc: andrew.vasquez, linux-scsi, James.Bottomley, linux-kernel

On Sun, 27 Jul 2008 17:04:15 -0700 (PDT)
David Miller <davem@davemloft.net> wrote:

> 
> From allmodconfig on sparc64:
> 
> drivers/scsi/qla2xxx/qla_attr.c: In function 'qla24xx_vport_delete':
> drivers/scsi/qla2xxx/qla_attr.c:1184: error: implicit declaration of function 'msleep'
> make[3]: *** [drivers/scsi/qla2xxx/qla_attr.o] Error 1
> make[3]: *** Waiting for unfinished jobs....

=
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Subject: [PATCH] qla2xxx: fix msleep compile error

drivers/scsi/qla2xxx/qla_attr.c: In function 'qla24xx_vport_delete':
drivers/scsi/qla2xxx/qla_attr.c:1184: error: implicit declaration of function 'msleep'
make[3]: *** [drivers/scsi/qla2xxx/qla_attr.o] Error 1
make[3]: *** Waiting for unfinished jobs....

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
Cc: James.Bottomley@HansenPartnership.com
---
 drivers/scsi/qla2xxx/qla_attr.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c
index 7a4409a..a319a20 100644
--- a/drivers/scsi/qla2xxx/qla_attr.c
+++ b/drivers/scsi/qla2xxx/qla_attr.c
@@ -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);
 
-- 
1.5.5.GIT


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

* Re: Build fallout from scsi merge...
  2008-07-28  2:59 ` FUJITA Tomonori
@ 2008-07-28 13:55   ` Andrew Vasquez
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Vasquez @ 2008-07-28 13:55 UTC (permalink / raw)
  To: FUJITA Tomonori; +Cc: davem, linux-scsi, James.Bottomley, linux-kernel

On Mon, 28 Jul 2008, FUJITA Tomonori wrote:

> From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Subject: [PATCH] qla2xxx: fix msleep compile error
> 
> drivers/scsi/qla2xxx/qla_attr.c: In function 'qla24xx_vport_delete':
> drivers/scsi/qla2xxx/qla_attr.c:1184: error: implicit declaration of function 'msleep'
> make[3]: *** [drivers/scsi/qla2xxx/qla_attr.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> 
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
> Cc: James.Bottomley@HansenPartnership.com

Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>

Tomo, thank you.

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-28  0:04 Build fallout from scsi merge David Miller
2008-07-28  2:59 ` FUJITA Tomonori
2008-07-28 13: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

all inboxes | Powered by JetHome®