]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ata: libata: Remove obsolete function declarations
authorGaosheng Cui <cuigaosheng1@huawei.com>
Mon, 26 Aug 2024 06:32:42 +0000 (14:32 +0800)
committerDamien Le Moal <dlemoal@kernel.org>
Mon, 26 Aug 2024 23:04:53 +0000 (08:04 +0900)
commit13acf2b74803a9a9ab3475c306d5814cf3cefbd8
tree95cb16ee2634bc642a95bc9344dcb8a138c551e8
parent66afec7c6992a04f8ab65b54421bdb5f8ac806e6
ata: libata: Remove obsolete function declarations

The function ata_schedule_scsi_eh() was removed with commit
f8bbfc247efb ("[PATCH] SCSI: make scsi_implement_eh() generic API for
SCSI transports"), and the function ata_sff_irq_clear() was removed
with commit 37f65b8bc262("libata-sff: ata_sff_irq_clear() is BMDMA
specific").

Remove the now useless declarations of these functions in
drivers/ata/libata.h and include/linux/libata.h.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/libata.h
include/linux/libata.h