Commit 5ceb41ad authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Walleij

pinctrl: zynq: add static to platform_driver remove callback

This function is only referenced in this file.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarSören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5c89c15b
...@@ -1205,7 +1205,7 @@ static int zynq_pinctrl_probe(struct platform_device *pdev) ...@@ -1205,7 +1205,7 @@ static int zynq_pinctrl_probe(struct platform_device *pdev)
return 0; return 0;
} }
int zynq_pinctrl_remove(struct platform_device *pdev) static int zynq_pinctrl_remove(struct platform_device *pdev)
{ {
struct zynq_pinctrl *pctrl = platform_get_drvdata(pdev); struct zynq_pinctrl *pctrl = platform_get_drvdata(pdev);
......
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