mmc: block: Remove forward declaration for non-existent function

This function doesn't exist and causes compiler warnings when the
config that references the function is disabled. Remove it for
now so that the warning goes away.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Stephen Boyd
2013-02-11 17:16:17 -08:00
parent ba3734cf58
commit c47bd78326

View File

@@ -1405,9 +1405,6 @@ static int mmc_blk_issue_rw_rq(struct mmc_queue *mq, struct request *rqc)
return 0;
}
static int
mmc_blk_set_blksize(struct mmc_blk_data *md, struct mmc_card *card);
static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
{
int ret;