mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_host
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 4 Mar 2017 12:21:54 +0000 (13:21 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:41:08 +0000 (21:41 +0200)
commit9a1da4df8502dd658db850650137d401b1fe123d
treef4b5c7021ef9ff0abacefecf2d99d09e790fa20a
parent3d6c991b3dc9b632de5623adf980ecec399008f3
mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_host

Member ocr_mask is never used and member irq we can replace with a
local variable in meson_mmc_probe. So let's remove both members.

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