[SCSI] qla2xxx: fix compile warning
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Tue, 11 Oct 2005 23:31:08 +0000 (16:31 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Fri, 28 Oct 2005 19:25:37 +0000 (14:25 -0500)
commitaa353de649f1ba05a71b2f5b8eb1e99632ab54eb
treeeb2c151ec54814f97af39370acb64112969e544b
parent9ccfc756a70d454dfa82f48897e2883560c01a0e
[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>
drivers/scsi/qla2xxx/qla_rscn.c