aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHannes Reinecke <[email protected]>2023-07-31 16:34:15 +0200
committerDamien Le Moal <[email protected]>2023-08-02 17:45:18 +0900
commit8ac161ea2b3709b789c192de7da31a58aec9d7ee (patch)
treef4aa0c01d87e08352af50a1810e7708b93e37a7e /include/linux
parent6c2fe21e08c28bbdb53ada668edea7df1aa9fb1e (diff)
ata: libata-sata: remove ata_sas_sync_probe()
Unused. Signed-off-by: Hannes Reinecke <[email protected]> Signed-off-by: Niklas Cassel <[email protected]> Reviewed-by: Jason Yan <[email protected]> Reviewed-by: John Garry <[email protected]> Reviewed-by: Martin K. Petersen <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/libata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 1d1fd16a1492..d08dde8c8ad2 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -1241,7 +1241,6 @@ extern int ata_slave_link_init(struct ata_port *ap);
extern struct ata_port *ata_sas_port_alloc(struct ata_host *,
struct ata_port_info *, struct Scsi_Host *);
extern void ata_sas_async_probe(struct ata_port *ap);
-extern int ata_sas_sync_probe(struct ata_port *ap);
extern int ata_sas_port_init(struct ata_port *);
extern int ata_sas_tport_add(struct device *parent, struct ata_port *ap);
extern void ata_sas_tport_delete(struct ata_port *ap);