From: Niklas Cassel Date: Wed, 3 Jul 2024 18:44:19 +0000 (+0200) Subject: ata: libata: Remove unused function declaration for ata_scsi_detect() X-Git-Tag: v6.11-rc1~151^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2199d6ff565d66ccf0ff1ea1c6466c379e7cbb58;p=thirdparty%2Fkernel%2Flinux.git ata: libata: Remove unused function declaration for ata_scsi_detect() Remove unused function declaration for ata_scsi_detect(). Reviewed-by: Damien Le Moal Reviewed-by: Hannes Reinecke Reviewed-by: Martin K. Petersen Link: https://lore.kernel.org/r/20240703184418.723066-13-cassel@kernel.org Signed-off-by: Niklas Cassel --- diff --git a/include/linux/libata.h b/include/linux/libata.h index 586f0116d1d7e..580971e118042 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -1082,7 +1082,6 @@ extern int ata_host_activate(struct ata_host *host, int irq, const struct scsi_host_template *sht); extern void ata_host_detach(struct ata_host *host); extern void ata_host_init(struct ata_host *, struct device *, struct ata_port_operations *); -extern int ata_scsi_detect(struct scsi_host_template *sht); extern int ata_scsi_ioctl(struct scsi_device *dev, unsigned int cmd, void __user *arg); #ifdef CONFIG_COMPAT