mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
pinctrl: zynq: add static to platform_driver remove callback
This function is only referenced in this file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
5c89c15b74
commit
5ceb41ad1d
@ -1205,7 +1205,7 @@ static int zynq_pinctrl_probe(struct platform_device *pdev)
|
||||
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user