commit | b8ea3810aa94a294fab12f496592c39498361fa5 | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Wed Aug 07 22:14:34 2024 -0500 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Mon Aug 19 16:09:06 2024 +0900 |
tree | 103ed12f8ccad71e1834fdb01eaedfd43cf8945a | |
parent | 897e96c5a8fbcc81b29133c1ed3acd90e116ddc5 [diff] |
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>