OSDN Git Service

scsi: zfcp: move SG table helper from aux to fc and make them static
authorSteffen Maier <maier@linux.ibm.com>
Thu, 8 Nov 2018 14:44:38 +0000 (15:44 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 15 Nov 2018 20:01:17 +0000 (15:01 -0500)
commit58f3ead54752a083be6faaec270b5c4c39105c7e
treeb54cb89783fefe7f558484bbd17729223dccf28b
parent6be552276e3cc0a04d734dc93cb837e64b6d9e33
scsi: zfcp: move SG table helper from aux to fc and make them static

Since commit 663e0890e31c ("[SCSI] zfcp: remove access control tables
interface") these helper functions are only used for auto port scan in
zfcp_fc.c. Also change them to the corresponding namespace prefix.

This is a small cleanup for the miscellaneous catchall compile unit
zfcp_aux.c.

Signed-off-by: Steffen Maier <maier@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/s390/scsi/zfcp_aux.c
drivers/s390/scsi/zfcp_fc.c