All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Lin <shawn.lin@rock-chips.com>
To: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	linux-mmc@vger.kernel.org, Shawn Lin <shawn.lin@rock-chips.com>
Subject: [PATCH 5/7] mmc: dw_mmc: remove declaration of dw_mci_card_busy
Date: Fri, 17 Feb 2017 10:59:35 +0800	[thread overview]
Message-ID: <1487300375-203237-1-git-send-email-shawn.lin@rock-chips.com> (raw)
In-Reply-To: <1487300205-202825-1-git-send-email-shawn.lin@rock-chips.com>

No need to declar it there, remove it.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---

 drivers/mmc/host/dw_mmc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
index 936de76..e8c5ee2 100644
--- a/drivers/mmc/host/dw_mmc.c
+++ b/drivers/mmc/host/dw_mmc.c
@@ -106,8 +106,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)
 {
-- 
1.9.1



  parent reply	other threads:[~2017-02-17  3:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170217025924epcas3p2fdf980ca678240d2dc0ece07472202b6@epcas3p2.samsung.com>
2017-02-17  2:56 ` [PATCH 0/7] Some cleanup for dwmmc Shawn Lin
2017-02-17  2:56   ` [PATCH 1/7] mmc: dw_mmc: improve the timeout polling code Shawn Lin
2017-02-17  2:56   ` [PATCH 2/7] mmc: dw_mmc: move dw_mci_reset forward to avoid declaration Shawn Lin
2017-02-17  2:56   ` [PATCH 3/7] mmc: dw_mmc: move dw_mci_ctrl_reset " Shawn Lin
2017-02-17  2:56   ` [PATCH 4/7] mmc: dw_mmc: move dw_mci_get_cd " Shawn Lin
2017-02-17  2:59   ` Shawn Lin [this message]
2017-02-17  2:59   ` [PATCH 6/7] mmc: dw_mmc: move mci_send_cmd " Shawn Lin
2017-02-17  2:59   ` [PATCH 7/7] mmc: dw_mmc: improve dw_mci_reset a bit Shawn Lin
2017-02-27 11:41   ` [PATCH 0/7] Some cleanup for dwmmc Jaehoon Chung
2017-03-03  2:01   ` Jaehoon Chung
2017-03-03  2:11     ` Shawn Lin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487300375-203237-1-git-send-email-shawn.lin@rock-chips.com \
    --to=shawn.lin@rock-chips.com \
    --cc=jh80.chung@samsung.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.