浏览代码

[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 <James.Bottomley@SteelEye.com>
Andrew Vasquez 19 年之前
父节点
当前提交
aa353de649
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/scsi/qla2xxx/qla_rscn.c

+ 2 - 0
drivers/scsi/qla2xxx/qla_rscn.c

@@ -6,6 +6,8 @@
  */
 #include "qla_def.h"
 
+#include <scsi/scsi_transport_fc.h>
+
 /**
  * IO descriptor handle definitions.
  *