mmc: core: Drop unused define
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 4 Feb 2020 08:54:39 +0000 (09:54 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Mar 2020 13:35:39 +0000 (14:35 +0100)
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 <ulf.hansson@linaro.org>
Tested-by: Baolin Wang <baolin.wang7@gmail.com>
Tested-by: Ludovic Barre <ludovic.barre@st.com>
Reviewed-by: Ludovic Barre <ludovic.barre@st.com>
Link: https://lore.kernel.org/r/20200204085449.32585-3-ulf.hansson@linaro.org
drivers/mmc/core/mmc_ops.c

index da424dcb57ad2e3c9ec588ca1ca04d3ebc9bfd78..5ad950e26b15d44a94b47a319534ae93693d2a3c 100644 (file)
@@ -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 */