]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: dw_mmc: Move struct idmac to dw_mmc.c
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 8 Aug 2024 03:14:08 +0000 (22:14 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 19 Aug 2024 07:09:06 +0000 (16:09 +0900)
commit96ea89000f3f2b395daeef9401dd3fab6d7c62b7
treebe7bb98fb2916d9dd4ed339ccd0ecca976fb12df
parent4302e6564791b99c755f2cd76c8495c222357832
mmc: dw_mmc: Move struct idmac to dw_mmc.c

struct idmac is only used in dw_mmc.c, so move it there from dwmmc.h to
avoid cluttering the interface in the header.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/dw_mmc.c
include/dwmmc.h