提交 cc2a73a4 编写于 作者: L Linus Walleij

pinctrl: pxa2xx: export symbols

The pxa2xxx fails some automated builds because of unexported
symbols.
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 7866f5a0
...@@ -426,6 +426,7 @@ int pxa2xx_pinctrl_init(struct platform_device *pdev, ...@@ -426,6 +426,7 @@ int pxa2xx_pinctrl_init(struct platform_device *pdev,
return 0; return 0;
} }
EXPORT_SYMBOL_GPL(pxa2xx_pinctrl_init);
int pxa2xx_pinctrl_exit(struct platform_device *pdev) int pxa2xx_pinctrl_exit(struct platform_device *pdev)
{ {
...@@ -434,3 +435,4 @@ int pxa2xx_pinctrl_exit(struct platform_device *pdev) ...@@ -434,3 +435,4 @@ int pxa2xx_pinctrl_exit(struct platform_device *pdev)
pinctrl_unregister(pctl->pctl_dev); pinctrl_unregister(pctl->pctl_dev);
return 0; return 0;
} }
EXPORT_SYMBOL_GPL(pxa2xx_pinctrl_exit);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册