Commit 08de89b7 authored by Sachin Kamat's avatar Sachin Kamat Committed by Chris Ball

mmc: dw_mmc-socfpga: Staticize dw_mci_socfpga_probe

'dw_mci_socfpga_probe' is used only in this file. Make it static.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 21f67c2f
...@@ -111,7 +111,7 @@ static const struct of_device_id dw_mci_socfpga_match[] = { ...@@ -111,7 +111,7 @@ static const struct of_device_id dw_mci_socfpga_match[] = {
}; };
MODULE_DEVICE_TABLE(of, dw_mci_socfpga_match); MODULE_DEVICE_TABLE(of, dw_mci_socfpga_match);
int dw_mci_socfpga_probe(struct platform_device *pdev) static int dw_mci_socfpga_probe(struct platform_device *pdev)
{ {
const struct dw_mci_drv_data *drv_data; const struct dw_mci_drv_data *drv_data;
const struct of_device_id *match; const struct of_device_id *match;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment