]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita25abc691bfa7abc1efba6ee710e851799595b01
treef4b5c7021ef9ff0abacefecf2d99d09e790fa20a
parent5a588609eb34e3abb791bbadb59e7f7d24b066db
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