From c47bd7832662de5cdedcc144625fd3a9af6990a0 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Mon, 11 Feb 2013 17:16:17 -0800 Subject: [PATCH] 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 --- drivers/mmc/card/block.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c index 54c83224698..22d228913cf 100644 --- a/drivers/mmc/card/block.c +++ b/drivers/mmc/card/block.c @@ -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;