diff options
author | Damien Le Moal <dlemoal@kernel.org> | 2024-10-09 17:15:35 +0900 |
---|---|---|
committer | Niklas Cassel <cassel@kernel.org> | 2024-10-09 10:26:27 +0200 |
commit | f7a870d0be12e3ae38cbe899d858994c5b51f22b (patch) | |
tree | 077cd041d773e2ead299df052f410f14c47ad0c6 | |
parent | 794007a8c848dab99dfdfbaa2c7e143481026f32 (diff) |
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 <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20241009081535.376994-1-dlemoal@kernel.org
Signed-off-by: Niklas Cassel <cassel@kernel.org>
-rw-r--r-- | include/linux/libata.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 9b4a6ff03235..c1a85d46eba6 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, |