mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] mfd: syscon: fix exported symbol name
@ 2016-09-27  9:59 Lucas Stach
  2016-09-27  9:59 ` [PATCH 2/2] serial: arm_dcc: depend on !CPU_V8 Lucas Stach
  2016-09-27 10:24 ` [PATCH 1/2] mfd: syscon: fix exported symbol name Antony Pavlov
  0 siblings, 2 replies; 4+ messages in thread
From: Lucas Stach @ 2016-09-27  9:59 UTC (permalink / raw)
  To: barebox

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 drivers/mfd/syscon.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c
index 295e210f6e2d..9f8baee1aadf 100644
--- a/drivers/mfd/syscon.c
+++ b/drivers/mfd/syscon.c
@@ -76,8 +76,7 @@ static void __iomem *syscon_node_to_base(struct device_node *np)
 
 	return syscon->base;
 }
-EXPORT_SYMBOL_GPL(syscon_node_to_regmap);
-
+EXPORT_SYMBOL_GPL(syscon_node_to_base);
 
 void __iomem *syscon_base_lookup_by_pdevname(const char *s)
 {
-- 
2.9.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2016-09-27 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-27  9:59 [PATCH 1/2] mfd: syscon: fix exported symbol name Lucas Stach
2016-09-27  9:59 ` [PATCH 2/2] serial: arm_dcc: depend on !CPU_V8 Lucas Stach
2016-09-27 10:24 ` [PATCH 1/2] mfd: syscon: fix exported symbol name Antony Pavlov
2016-09-27 10:22   ` Lucas Stach

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