* [PATCH] fix implicit declaration compile warning in qla2xxx
@ 2005-10-17 17:59 Jesper Juhl
2005-10-17 18:00 ` Andrew Vasquez
0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2005-10-17 17:59 UTC (permalink / raw)
To: Andrew Vasquez; +Cc: linux-scsi, linux-kernel
Fix warning about implicitly declared function in qla_rscn.c
drivers/scsi/qla2xxx/qla_rscn.c:334: warning: implicit declaration of function `fc_remote_port_unblock'
From: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
drivers/scsi/qla2xxx/qla_rscn.c | 1 +
1 files changed, 1 insertion(+)
--- linux-2.6.14-rc4-mm1-orig/drivers/scsi/qla2xxx/qla_rscn.c 2005-10-11 22:41:20.000000000 +0200
+++ linux-2.6.14-rc4-mm1/drivers/scsi/qla2xxx/qla_rscn.c 2005-10-17 19:53:50.000000000 +0200
@@ -17,6 +17,7 @@
*
*/
#include "qla_def.h"
+#include <scsi/scsi_transport_fc.h>
/**
* IO descriptor handle definitions.
/Jesper Juhl
PS.
Please CC me on replies.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fix implicit declaration compile warning in qla2xxx
2005-10-17 17:59 [PATCH] fix implicit declaration compile warning in qla2xxx Jesper Juhl
@ 2005-10-17 18:00 ` Andrew Vasquez
2005-10-17 18:03 ` Jesper Juhl
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Vasquez @ 2005-10-17 18:00 UTC (permalink / raw)
To: Jesper Juhl; +Cc: linux-scsi, linux-kernel
On Mon, 17 Oct 2005, Jesper Juhl wrote:
> Fix warning about implicitly declared function in qla_rscn.c
> drivers/scsi/qla2xxx/qla_rscn.c:334: warning: implicit declaration of function `fc_remote_port_unblock'
>
> From: Jesper Juhl <jesper.juhl@gmail.com>
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
> ---
>
> drivers/scsi/qla2xxx/qla_rscn.c | 1 +
> 1 files changed, 1 insertion(+)
>
> --- linux-2.6.14-rc4-mm1-orig/drivers/scsi/qla2xxx/qla_rscn.c 2005-10-11 22:41:20.000000000 +0200
> +++ linux-2.6.14-rc4-mm1/drivers/scsi/qla2xxx/qla_rscn.c 2005-10-17 19:53:50.000000000 +0200
> @@ -17,6 +17,7 @@
> *
> */
> #include "qla_def.h"
> +#include <scsi/scsi_transport_fc.h>
>
> /**
> * IO descriptor handle definitions.
>
>
Sent earlier:
http://marc.theaimsgroup.com/?l=linux-scsi&m=112907350209822&w=2
Awaiting inclusion.
Thanks,
Andrew Vasquez
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fix implicit declaration compile warning in qla2xxx
2005-10-17 18:00 ` Andrew Vasquez
@ 2005-10-17 18:03 ` Jesper Juhl
0 siblings, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2005-10-17 18:03 UTC (permalink / raw)
To: Andrew Vasquez; +Cc: linux-scsi, linux-kernel
On 10/17/05, Andrew Vasquez <andrew.vasquez@qlogic.com> wrote:
> On Mon, 17 Oct 2005, Jesper Juhl wrote:
>
> > Fix warning about implicitly declared function in qla_rscn.c
> > drivers/scsi/qla2xxx/qla_rscn.c:334: warning: implicit declaration of function `fc_remote_port_unblock'
> >
[snip]
>
> Sent earlier:
>
> http://marc.theaimsgroup.com/?l=linux-scsi&m=112907350209822&w=2
>
Hmm, I guess I did a lousy job of searching the archives :(
> Awaiting inclusion.
>
Great :)
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-17 18:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-17 17:59 [PATCH] fix implicit declaration compile warning in qla2xxx Jesper Juhl
2005-10-17 18:00 ` Andrew Vasquez
2005-10-17 18:03 ` Jesper Juhl
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®