]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ata: libata: Remove unused macro definitions
authorDamien Le Moal <dlemoal@kernel.org>
Wed, 9 Oct 2024 08:15:35 +0000 (17:15 +0900)
committerNiklas Cassel <cassel@kernel.org>
Wed, 9 Oct 2024 08:26:27 +0000 (10:26 +0200)
ATA_TMOUT_BOOT and ATA_TMOUT_BOOT_QUICK are not used anywhere. Delete
these definitions.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20241009081535.376994-1-dlemoal@kernel.org
Signed-off-by: Niklas Cassel <cassel@kernel.org>
include/linux/libata.h

index 9b4a6ff03235bcf1bb26d188799a6fde10a119a1..c1a85d46eba6d51a6fd119d787cb4badff28e06b 100644 (file)
@@ -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,