projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ccfc75
)
[SCSI] qla2xxx: fix compile warning
author
Andrew Vasquez
<andrew.vasquez@qlogic.com>
Tue, 11 Oct 2005 23:31:08 +0000
(16:31 -0700)
committer
James Bottomley
<jejb@mulgrave.(none)>
Fri, 28 Oct 2005 19:25:37 +0000
(14:25 -0500)
The file is missing an include of scsi_transport_fc.h
drivers/scsi/qla2xxx/qla_rscn.c:334: error: implicit declaration of function 'fc_remote_port_unblock'
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_rscn.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_rscn.c
b/drivers/scsi/qla2xxx/qla_rscn.c
index cb40d61e82d53730f1b5846f3a256252a64f9e19..3e53f62d640d2e8acfdad88f140b6017f92048d9 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_rscn.c
+++ b/
drivers/scsi/qla2xxx/qla_rscn.c
@@
-6,6
+6,8
@@
*/
#include "qla_def.h"
+#include <scsi/scsi_transport_fc.h>
+
/**
* IO descriptor handle definitions.
*