pinctrl: mxs: do not export mxs_pinctrl_probe

No user of mxs_pinctrl_probe() can be built as a module, hence
exporting the symbol is not necessary. Drop EXPORT_SYMBOL_GPL.

Inspired by a patch from Stefan Agner for the tegra pinctrl driver.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Fabio Estevam 2018-09-20 12:42:21 -03:00 committed by Linus Walleij
parent a65fbff275
commit c98b0d2db7

View file

@ -556,4 +556,3 @@ int mxs_pinctrl_probe(struct platform_device *pdev,
iounmap(d->base);
return ret;
}
EXPORT_SYMBOL_GPL(mxs_pinctrl_probe);