Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johannes Thumshirn and committed by
Martin K. Petersen
8690218a 5a68a1c2

-8
-7
drivers/scsi/libsas/sas_init.c
··· 566 566 } 567 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 569 /* ---------- SAS Class register/unregister ---------- */ 577 570 578 571 static int __init sas_class_init(void)
-1
include/scsi/libsas.h
··· 693 693 sector_t capacity, int *hsc); 694 694 extern struct scsi_transport_template * 695 695 sas_domain_attach_transport(struct sas_domain_function_template *); 696 - extern void sas_domain_release_transport(struct scsi_transport_template *); 697 696 698 697 int sas_discover_root_expander(struct domain_device *); 699 698