mmc: meson-gx: constify member data of struct meson_host
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 15 Feb 2023 20:01:43 +0000 (21:01 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 17 Feb 2023 10:52:43 +0000 (11:52 +0100)
commitc5a66dd8926baa60235bc8844925c36a1b83f488
treecbb05dde1f561ca03c2b8eb4f8b4c38d3dcd56a4
parent4c4fe4f0bb02a46f226db88cb1c7e7586e16fc37
mmc: meson-gx: constify member data of struct meson_host

Constify member data of struct meson_host. This also allows to remove
the cast as of_device_get_match_data() returns a const void *.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/70e5520f-e327-111d-9ea4-824460e41561@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-gx-mmc.c