]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd4ec0430d4e1282c50038ffc0f2a05867ba9791
treeb54cb89783fefe7f558484bbd17729223dccf28b
parent89d06923a8d5039dc9c61d715990aea84177dcfc
scsi: zfcp: move SG table helper from aux to fc and make them static

Since commit fe96fe59fbec ("[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