commit | cacd1d2f33da2d78e8568f2e48539a4a57de20ae | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Apr 22 20:59:31 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 15:10:42 2016 -0400 |
tree | b12a2cae4611422b07152eee43c61f1c0ab0f668 | |
parent | e52e334e5cb493e19377d23a00aa4d021fc229ba [diff] |
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>