public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: capri: Make capri_pinctrl_probe static
@ 2014-02-04  8:49 Axel Lin
  2014-02-04 20:13 ` Sherman Yin
  0 siblings, 1 reply; 6+ messages in thread
From: Axel Lin @ 2014-02-04  8:49 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Sherman Yin, linux-kernel

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/pinctrl/pinctrl-capri.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-capri.c b/drivers/pinctrl/pinctrl-capri.c
index 4669c53..b4aa8e3 100644
--- a/drivers/pinctrl/pinctrl-capri.c
+++ b/drivers/pinctrl/pinctrl-capri.c
@@ -1390,7 +1390,7 @@ static struct pinctrl_desc capri_pinctrl_desc = {
 	.owner = THIS_MODULE,
 };
 
-int __init capri_pinctrl_probe(struct platform_device *pdev)
+static int __init capri_pinctrl_probe(struct platform_device *pdev)
 {
 	struct capri_pinctrl_data *pdata = &capri_pinctrl;
 	struct resource *res;
-- 
1.8.1.2




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-10  8:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04  8:49 [PATCH] pinctrl: capri: Make capri_pinctrl_probe static Axel Lin
2014-02-04 20:13 ` Sherman Yin
2014-02-06  9:21   ` Linus Walleij
2014-02-07 18:35     ` Christian Daudt
2014-02-07 19:01       ` Christian Daudt
2014-02-10  8:14         ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox