diff options
| author | Johannes Thumshirn <jthumshirn@suse.de> | 2017-04-03 10:32:50 -0400 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-04-04 20:16:38 -0400 |
| commit | 8690218a4c98af41f4abd3dba97bcf468c537629 (patch) | |
| tree | d0f3b47c2839e8ec7cba420b639fb174bf1f216b /drivers/scsi/libsas/sas_init.c | |
| parent | 5a68a1c29fd65669bbe1e4c3f8b7aefa3db7f208 (diff) | |
scsi: sas: remove sas_domain_release_transport
sas_domain_release_transport is unused since at least v3.13, remove it.
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/libsas/sas_init.c')
| -rw-r--r-- | drivers/scsi/libsas/sas_init.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/libsas/sas_init.c b/drivers/scsi/libsas/sas_init.c index 15ef8e2e685c..64e9cdda1c3c 100644 --- a/drivers/scsi/libsas/sas_init.c +++ b/drivers/scsi/libsas/sas_init.c | |||
| @@ -566,13 +566,6 @@ sas_domain_attach_transport(struct sas_domain_function_template *dft) | |||
| 566 | } | 566 | } |
| 567 | EXPORT_SYMBOL_GPL(sas_domain_attach_transport); | 567 | EXPORT_SYMBOL_GPL(sas_domain_attach_transport); |
| 568 | 568 | ||
| 569 | |||
| 570 | void sas_domain_release_transport(struct scsi_transport_template *stt) | ||
| 571 | { | ||
| 572 | sas_release_transport(stt); | ||
| 573 | } | ||
| 574 | EXPORT_SYMBOL_GPL(sas_domain_release_transport); | ||
| 575 | |||
| 576 | /* ---------- SAS Class register/unregister ---------- */ | 569 | /* ---------- SAS Class register/unregister ---------- */ |
| 577 | 570 | ||
| 578 | static int __init sas_class_init(void) | 571 | static int __init sas_class_init(void) |
