From: Wolfram Sang Date: Thu, 30 Aug 2018 12:16:03 +0000 (+0200) Subject: mmc: tmio: remove now unused variable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=75586bb94975ac3ae602001ff54ba56890cd823e;p=linux.git mmc: tmio: remove now unused variable This variable is unused now after some refactoring. Signed-off-by: Wolfram Sang Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/tmio_mmc.c b/drivers/mmc/host/tmio_mmc.c index 0ae100e62b57f..29bda8224ae7a 100644 --- a/drivers/mmc/host/tmio_mmc.c +++ b/drivers/mmc/host/tmio_mmc.c @@ -45,7 +45,7 @@ static void tmio_mmc_clk_stop(struct tmio_mmc_host *host) static void tmio_mmc_set_clock(struct tmio_mmc_host *host, unsigned int new_clock) { - unsigned int clock, divisor; + unsigned int divisor; u32 clk = 0; int clk_sel;