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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Niklas Cassel <[email protected]>
1 parent 794007a commit f7a870d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)