From: Andrew Vasquez Date: Tue, 11 Oct 2005 23:31:08 +0000 (-0700) Subject: [SCSI] qla2xxx: fix compile warning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aa353de649f1ba05a71b2f5b8eb1e99632ab54eb;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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 cb40d61e82d5..3e53f62d640d 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. *