
10 Oct
2016
10 Oct
'16
8:34 a.m.
On 09/27/2016 09:33 AM, Simon Glass wrote:
On 23 September 2016 at 04:14, Jaehoon Chung jh80.chung@samsung.com wrote:
"host->version" isn't a SoC specific value. It doesn't need to get in each SoC drivers.
Signed-off-by: Jaehoon Chung jh80.chung@samsung.com
drivers/mmc/atmel_sdhci.c | 1 - drivers/mmc/bcm2835_sdhci.c | 1 - drivers/mmc/kona_sdhci.c | 5 ----- drivers/mmc/msm_sdhci.c | 3 --- drivers/mmc/mv_sdhci.c | 4 ---- drivers/mmc/s5p_sdhci.c | 1 - drivers/mmc/sdhci.c | 6 +++++- drivers/mmc/spear_sdhci.c | 5 ----- drivers/mmc/zynq_sdhci.c | 2 -- 9 files changed, 5 insertions(+), 23 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied on u-boot-mmc.
Best Regards, Jaehoon Chung