]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()
authorNiklas Cassel <cassel@kernel.org>
Wed, 3 Jul 2024 18:44:18 +0000 (20:44 +0200)
committerNiklas Cassel <cassel@kernel.org>
Thu, 4 Jul 2024 09:52:31 +0000 (11:52 +0200)
commitc10bc5614ce0027fa2282ad11827629d81957a3a
tree47606f69c91cae84145af8f66de3a1cea8dc3783
parent831d83a5374af5c03d7771ef85fd9d46d685cf55
ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()

The ata_sas_tport_add() and ata_sas_tport_delete() wrappers only exist in
order to export the internal libata functions which they wrap.
Remove the wrappers and instead export the libata functions directly.

Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20240703184418.723066-12-cassel@kernel.org
Signed-off-by: Niklas Cassel <cassel@kernel.org>
drivers/ata/libata-sata.c
drivers/ata/libata-transport.c
drivers/ata/libata-transport.h
drivers/scsi/libsas/sas_ata.c
drivers/scsi/libsas/sas_discover.c
include/linux/libata.h