On 2023/7/22 0:32, Niklas Cassel wrote:
From: Niklas Cassel<niklas.cassel@xxxxxxx> Now when all libata drivers have migrated to use the error_handler callback, remove the deprecated phy_reset and eng_timeout callbacks. Also remove references to non-existent functions sata_phy_reset and ata_qc_timeout from Documentation/driver-api/libata.rst. Signed-off-by: Niklas Cassel<niklas.cassel@xxxxxxx> --- Documentation/driver-api/libata.rst | 22 ++++++---------------- drivers/ata/pata_sl82c105.c | 3 +-- include/linux/libata.h | 6 ------ 3 files changed, 7 insertions(+), 24 deletions(-)
Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx>