summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2017-02-17 10:59:35 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2017-04-24 21:41:05 +0200
commit132b3b6aa61864ef9f4fa21e88f2e9dab6caeec3 (patch)
tree5b54e51bf0ef16657b753b88e4b50e6a07a84232 /drivers/mmc/host/dw_mmc.c
parent671fa142fc034b0fb5c067afe8f0bbc64979f074 (diff)
mmc: dw_mmc: remove declaration of dw_mci_card_busy
No need to declar it there, remove it. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/dw_mmc.c')
-rw-r--r--drivers/mmc/host/dw_mmc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
index 0eace317d34f..1d67a0a69521 100644
--- a/drivers/mmc/host/dw_mmc.c
+++ b/drivers/mmc/host/dw_mmc.c
@@ -107,8 +107,6 @@ struct idmac_desc {
/* Each descriptor can transfer up to 4KB of data in chained mode */
#define DW_MCI_DESC_DATA_LENGTH 0x1000
-static int dw_mci_card_busy(struct mmc_host *mmc);
-
#if defined(CONFIG_DEBUG_FS)
static int dw_mci_req_show(struct seq_file *s, void *v)
{