Skip to content

Commit f7a870d

Browse files
damien-lemoalfloatious
authored andcommitted
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>
1 parent 794007a commit f7a870d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

include/linux/libata.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,7 @@ enum {
270270

271271
/* bits 24:31 of host->flags are reserved for LLD specific flags */
272272

273-
/* various lengths of time */
274-
ATA_TMOUT_BOOT = 30000, /* heuristic */
275-
ATA_TMOUT_BOOT_QUICK = 7000, /* heuristic */
273+
/* Various lengths of time */
276274
ATA_TMOUT_INTERNAL_QUICK = 5000,
277275
ATA_TMOUT_MAX_PARK = 30000,
278276

0 commit comments

Comments
 (0)