[SCSI] qla2xxx: fix compile warning
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Tue, 11 Oct 2005 23:31:08 +0000 (16:31 -0700)
committerJames 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

index cb40d61..3e53f62 100644 (file)
@@ -6,6 +6,8 @@
  */
 #include "qla_def.h"
 
+#include <scsi/scsi_transport_fc.h>
+
 /**
  * IO descriptor handle definitions.
  *