Re: [PATCH 3/3] mmc: dw_mmc-socfpga: Staticize dw_mci_socfpga_probe

2013-09-24 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 09/12/2013 03:46 PM, Sachin Kamat wrote: 'dw_mci_socfpga_probe' is used only in this file. Make it static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/mmc/host/dw_mmc-socfpga.c |2 +- 1 file changed, 1 insertion(+),

[PATCH 3/3] mmc: dw_mmc-socfpga: Staticize dw_mci_socfpga_probe

2013-09-12 Thread Sachin Kamat
'dw_mci_socfpga_probe' is used only in this file. Make it static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/mmc/host/dw_mmc-socfpga.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-socfpga.c