Commit aa353de6 authored by Andrew Vasquez's avatar Andrew Vasquez Committed by 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: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 9ccfc756
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
*/ */
#include "qla_def.h" #include "qla_def.h"
#include <scsi/scsi_transport_fc.h>
/** /**
* IO descriptor handle definitions. * IO descriptor handle definitions.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment