[U-Boot] [PATCH] mmc: uniphier-sd: Fix a compile error relevant to unused-function

2018-02-22 Thread Jaehoon Chung
During disabled MMC_HS200_SUPPORT, it doesn't use anywhere. Signed-off-by: Jaehoon Chung --- drivers/mmc/uniphier-sd-rcar.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mmc/uniphier-sd-rcar.c b/drivers/mmc/uniphier-sd-rcar.c index 8baa2a9b46..894decd04d 100644 --- a/drivers/mm

Re: [U-Boot] [PATCH] mmc: uniphier-sd: Fix a compile error relevant to unused-function

2018-02-22 Thread Jaehoon Chung
Hi, On 02/23/2018 04:21 PM, Jaehoon Chung wrote: > During disabled MMC_HS200_SUPPORT, it doesn't use anywhere. This patch is based on u-boot-mmc/next branch. Best Regards, Jaehoon Chung > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/uniphier-sd-rcar.c | 4 > 1 file changed, 4 inse