]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: meson-gx: remove member parent_mux from struct meson_host
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 4 Mar 2017 12:24:09 +0000 (13:24 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:41:09 +0000 (21:41 +0200)
commite9883ef228e5c128d34143ae87c97f555f79620c
treebaf99829467e71cf62ac51c7cdf59674afaf5e96
parent7558c11378dd0ff1525a0cca5180804f6428af20
mmc: meson-gx: remove member parent_mux from struct meson_host

Member mux_parent isn't used outside meson_mmc_clk_init. So remove it
and replace it with a local variable in meson_mmc_clk_init.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-gx-mmc.c