From: Andrew Vasquez Date: Tue, 11 Oct 2005 23:31:08 +0000 (-0700) Subject: [SCSI] qla2xxx: fix compile warning X-Git-Tag: v2.6.15-rc1~723^2~2^2~40 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=aa353de649f1ba05a71b2f5b8eb1e99632ab54eb;p=linux-2.6-omap-h63xx.git [SCSI] qla2xxx: fix compile warning 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 --- diff --git a/drivers/scsi/qla2xxx/qla_rscn.c b/drivers/scsi/qla2xxx/qla_rscn.c index cb40d61e82d..3e53f62d640 100644 --- a/drivers/scsi/qla2xxx/qla_rscn.c +++ b/drivers/scsi/qla2xxx/qla_rscn.c @@ -6,6 +6,8 @@ */ #include "qla_def.h" +#include + /** * IO descriptor handle definitions. *