]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 8 Aug 2024 03:14:34 +0000 (22:14 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 19 Aug 2024 07:09:06 +0000 (16:09 +0900)
commitb8ea3810aa94a294fab12f496592c39498361fa5
tree103ed12f8ccad71e1834fdb01eaedfd43cf8945a
parent897e96c5a8fbcc81b29133c1ed3acd90e116ddc5
mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data

host->quirks field is only used internally in exynos_dw_mmc.c driver.
To avoid cluttering the scope of struct dwmci_host, move quirks field
into Exynos driver's chip data, where it can be statically defined.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/exynos_dw_mmc.c
include/dwmmc.h