From: Damien Le Moal Date: Wed, 9 Oct 2024 08:15:35 +0000 (+0900) Subject: ata: libata: Remove unused macro definitions X-Git-Tag: v6.13-rc1~212^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7a870d0be12e3ae38cbe899d858994c5b51f22b;p=thirdparty%2Fkernel%2Flinux.git ata: libata: Remove unused macro definitions ATA_TMOUT_BOOT and ATA_TMOUT_BOOT_QUICK are not used anywhere. Delete these definitions. Signed-off-by: Damien Le Moal Link: https://lore.kernel.org/r/20241009081535.376994-1-dlemoal@kernel.org Signed-off-by: Niklas Cassel --- diff --git a/include/linux/libata.h b/include/linux/libata.h index 9b4a6ff03235b..c1a85d46eba6d 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -270,9 +270,7 @@ enum { /* bits 24:31 of host->flags are reserved for LLD specific flags */ - /* various lengths of time */ - ATA_TMOUT_BOOT = 30000, /* heuristic */ - ATA_TMOUT_BOOT_QUICK = 7000, /* heuristic */ + /* Various lengths of time */ ATA_TMOUT_INTERNAL_QUICK = 5000, ATA_TMOUT_MAX_PARK = 30000,