提交 aa353de6 编写于 作者: A Andrew Vasquez 提交者: James Bottomley

[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: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 9ccfc756
......@@ -6,6 +6,8 @@
*/
#include "qla_def.h"
#include <scsi/scsi_transport_fc.h>
/**
* IO descriptor handle definitions.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册