aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2023-07-31 16:34:15 +0200
committerDamien Le Moal <dlemoal@kernel.org>2023-08-02 17:45:18 +0900
commit8ac161ea2b3709b789c192de7da31a58aec9d7ee (patch)
treef4aa0c01d87e08352af50a1810e7708b93e37a7e /drivers/ata
parent6c2fe21e08c28bbdb53ada668edea7df1aa9fb1e (diff)
downloadlinux-8ac161ea2b3709b789c192de7da31a58aec9d7ee.tar.gz
ata: libata-sata: remove ata_sas_sync_probe()
Unused. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com> Reviewed-by: Jason Yan <yanaijie@huawei.com> Reviewed-by: John Garry <john.g.garry@oracle.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/libata-sata.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/ata/libata-sata.c b/drivers/ata/libata-sata.c
index c149a46fadaf7..04ab2bedcaa24 100644
--- a/drivers/ata/libata-sata.c
+++ b/drivers/ata/libata-sata.c
@@ -1157,13 +1157,6 @@ void ata_sas_async_probe(struct ata_port *ap)
}
EXPORT_SYMBOL_GPL(ata_sas_async_probe);
-int ata_sas_sync_probe(struct ata_port *ap)
-{
- return ata_port_probe(ap);
-}
-EXPORT_SYMBOL_GPL(ata_sas_sync_probe);
-
-
/**
* ata_sas_port_init - Initialize a SATA device
* @ap: SATA port to initialize