Skip to content

Commit 2199d6f

Browse files
committed
ata: libata: Remove unused function declaration for ata_scsi_detect()
Remove unused function declaration for ata_scsi_detect(). Reviewed-by: Damien Le Moal <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Reviewed-by: Martin K. Petersen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Niklas Cassel <[email protected]>
1 parent c10bc56 commit 2199d6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/libata.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,6 @@ extern int ata_host_activate(struct ata_host *host, int irq,
10821082
const struct scsi_host_template *sht);
10831083
extern void ata_host_detach(struct ata_host *host);
10841084
extern void ata_host_init(struct ata_host *, struct device *, struct ata_port_operations *);
1085-
extern int ata_scsi_detect(struct scsi_host_template *sht);
10861085
extern int ata_scsi_ioctl(struct scsi_device *dev, unsigned int cmd,
10871086
void __user *arg);
10881087
#ifdef CONFIG_COMPAT

0 commit comments

Comments
 (0)