From: Shawn Lin Date: Fri, 17 Feb 2017 02:59:35 +0000 (+0800) Subject: mmc: dw_mmc: remove declaration of dw_mci_card_busy X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=132b3b6aa61864ef9f4fa21e88f2e9dab6caeec3;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mmc: dw_mmc: remove declaration of dw_mci_card_busy No need to declar it there, remove it. Signed-off-by: Shawn Lin Signed-off-by: Jaehoon Chung Signed-off-by: Ulf Hansson --- 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) {