Message ID | 20241009081535.376994-1-dlemoal@kernel.org |
---|---|
State | New |
Headers | show |
Series | ata: libata: Remove unused macro definitions | expand |
On Wed, 09 Oct 2024 17:15:35 +0900, Damien Le Moal wrote: > ATA_TMOUT_BOOT and ATA_TMOUT_BOOT_QUICK are not used anywhere. Delete > these definitions. > > Applied to libata/linux.git (for-6.13), thanks! [1/1] ata: libata: Remove unused macro definitions https://git.kernel.org/libata/linux/c/f7a870d0 Kind regards, Niklas
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,
ATA_TMOUT_BOOT and ATA_TMOUT_BOOT_QUICK are not used anywhere. Delete these definitions. Signed-off-by: Damien Le Moal <dlemoal@kernel.org> --- include/linux/libata.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)