Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 776667a8 authored by Sachin Kamat's avatar Sachin Kamat Committed by Linus Walleij
Browse files

pinctrl: bcm281xx: Staticize bcm281xx_pinctrl_probe



bcm281xx_pinctrl_probe is local to this file. Make it static.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b831a15e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1396,7 +1396,7 @@ static struct pinctrl_desc bcm281xx_pinctrl_desc = {
	.owner = THIS_MODULE,
};

int __init bcm281xx_pinctrl_probe(struct platform_device *pdev)
static int __init bcm281xx_pinctrl_probe(struct platform_device *pdev)
{
	struct bcm281xx_pinctrl_data *pdata = &bcm281xx_pinctrl;
	struct resource *res;