summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2018-05-02 15:13:06 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2018-05-08 09:45:33 +0200
commit3ce7f76ff9033cbf966c1121ea59051b533f95ef (patch)
tree77c4e0cf115e80bf86f3056152e99e081b00af48 /drivers/mmc
parent400fdb25c87431dd23194b5f6ec62ffae1b224ce (diff)
downloadop-kernel-dev-3ce7f76ff9033cbf966c1121ea59051b533f95ef.zip
op-kernel-dev-3ce7f76ff9033cbf966c1121ea59051b533f95ef.tar.gz
mmc: core: Drop unused define for timeout
MMC_CORE_TIMEOUT_MS isn't being used no more, let's drop it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/core/core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index 2c1a220..42cfcb6 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -50,9 +50,6 @@
#include "sd_ops.h"
#include "sdio_ops.h"
-/* If the device is not responding */
-#define MMC_CORE_TIMEOUT_MS (10 * 60 * 1000) /* 10 minute timeout */
-
/* The max erase timeout, used when host->max_busy_timeout isn't specified */
#define MMC_ERASE_TIMEOUT_MS (60 * 1000) /* 60 s */
OpenPOWER on IntegriCloud