qla2x00t: SLES 11 SP3 build fix

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5190 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-01-10 07:54:10 +00:00
parent f0b1893e71
commit 0e99ba02b5
+1 -1
View File
@@ -1828,7 +1828,7 @@ qla2x00_terminate_rport_io(struct fc_rport *rport)
return;
qla2x00_abort_fcport_cmds(fcport);
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0))
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0) && !defined(CONFIG_SUSE_KERNEL)
scsi_target_unblock(&rport->dev);
#else
/*