From 3ce7f76ff9033cbf966c1121ea59051b533f95ef Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Wed, 2 May 2018 15:13:06 +0200 Subject: 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 --- drivers/mmc/core/core.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/mmc/core') diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 2c1a220531c4..42cfcb64abe0 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 */ -- cgit v1.2.3