Skip to content

Commit

Permalink
pinctrl: zynq: add static to platform_driver remove callback
Browse files Browse the repository at this point in the history
This function is only referenced in this file.

Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Sören Brinkmann <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
masahir0y authored and linusw committed May 19, 2015
1 parent 5c89c15 commit 5ceb41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-zynq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5ceb41a

Please sign in to comment.