From: Ulf Hansson Date: Tue, 4 Feb 2020 08:54:39 +0000 (+0100) Subject: mmc: core: Drop unused define X-Git-Tag: v5.10.7~2950^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebd4f4bd01a97db44971762ff7a876c06c9b605f;p=platform%2Fkernel%2Flinux-rpi.git mmc: core: Drop unused define The last user of MMC_OPS_TIMEOUT_MS was recently removed, however the define stayed around. Let's remove it. Signed-off-by: Ulf Hansson Tested-by: Baolin Wang Tested-by: Ludovic Barre Reviewed-by: Ludovic Barre Link: https://lore.kernel.org/r/20200204085449.32585-3-ulf.hansson@linaro.org --- diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/mmc_ops.c index da424dc..5ad950e 100644 --- a/drivers/mmc/core/mmc_ops.c +++ b/drivers/mmc/core/mmc_ops.c @@ -19,7 +19,6 @@ #include "host.h" #include "mmc_ops.h" -#define MMC_OPS_TIMEOUT_MS (10 * 60 * 1000) /* 10min*/ #define MMC_BKOPS_TIMEOUT_MS (120 * 1000) /* 120s */ #define MMC_CACHE_FLUSH_TIMEOUT_MS (30 * 1000) /* 30s */