projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
794007a
)
ata: libata: Remove unused macro definitions
author
Damien Le Moal
<dlemoal@kernel.org>
Wed, 9 Oct 2024 08:15:35 +0000
(17:15 +0900)
committer
Niklas 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
patch
|
blob
|
history
diff --git
a/include/linux/libata.h
b/include/linux/libata.h
index
9b4a6ff
..
c1a85d4
100644
(file)
--- 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,