]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mmc: core: Drop unused define for timeout
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 2 May 2018 13:13:06 +0000 (15:13 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 8 May 2018 07:45:33 +0000 (09:45 +0200)
MMC_CORE_TIMEOUT_MS isn't being used no more, let's drop it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/core.c

index 2c1a220531c4b0f6152065687ab3306188c34cae..42cfcb64abe0d8dc537199e573a9adf481f41c6a 100644 (file)
@@ -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 */