]> git.sur5r.net Git - u-boot/commit
mmc: sdhci: add const qualifier to the name of struct sdhci_host
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 Apr 2016 11:59:31 +0000 (20:59 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2016 19:10:42 +0000 (15:10 -0400)
commitcacd1d2f33da2d78e8568f2e48539a4a57de20ae
treeb12a2cae4611422b07152eee43c61f1c0ab0f668
parente52e334e5cb493e19377d23a00aa4d021fc229ba
mmc: sdhci: add const qualifier to the name of struct sdhci_host

This allows to drop annoying (char *) casts when setting the host
name of struct sdhci_host.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/pci_mmc.c
drivers/mmc/pic32_sdhci.c
drivers/mmc/zynq_sdhci.c
include/sdhci.h