On 30 August 2018 at 14:16, Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > This variable is unused now after some refactoring. > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/tmio_mmc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/tmio_mmc.c b/drivers/mmc/host/tmio_mmc.c > index 0ae100e62b57..29bda8224ae7 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; > > -- > 2.11.0 >