Linux Tegra architecture development
 help / color / mirror / Atom feed
* [PATCH 1/2] pinctrl: tegra: do not export tegra_pinctrl_probe
@ 2018-09-19  1:24 Stefan Agner
  2018-09-19  1:24 ` [PATCH 2/2] pinctrl: tegra: move probe to __init section Stefan Agner
  2018-09-20 15:15 ` [PATCH 1/2] pinctrl: tegra: do not export tegra_pinctrl_probe Linus Walleij
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Agner @ 2018-09-19  1:24 UTC (permalink / raw)
  To: linus.walleij, thierry.reding
  Cc: jonathanh, linux-gpio, linux-tegra, linux-kernel, Stefan Agner

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

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 drivers/pinctrl/tegra/pinctrl-tegra.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/tegra/pinctrl-tegra.c b/drivers/pinctrl/tegra/pinctrl-tegra.c
index 1aba75897d147..a5008c066bac2 100644
--- a/drivers/pinctrl/tegra/pinctrl-tegra.c
+++ b/drivers/pinctrl/tegra/pinctrl-tegra.c
@@ -737,4 +737,3 @@ int tegra_pinctrl_probe(struct platform_device *pdev,
 
 	return 0;
 }
-EXPORT_SYMBOL_GPL(tegra_pinctrl_probe);
-- 
2.19.0

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

end of thread, other threads:[~2018-09-20 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-19  1:24 [PATCH 1/2] pinctrl: tegra: do not export tegra_pinctrl_probe Stefan Agner
2018-09-19  1:24 ` [PATCH 2/2] pinctrl: tegra: move probe to __init section Stefan Agner
2018-09-20  3:28   ` kbuild test robot
2018-09-20 15:16   ` Linus Walleij
2018-09-20 18:15     ` Stefan Agner
2018-09-20 15:15 ` [PATCH 1/2] pinctrl: tegra: do not export tegra_pinctrl_probe Linus Walleij

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