mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/1] reset_source: export reset_source_set_priority
@ 2016-05-11 14:44 Alexander Stein
  2016-05-13 10:02 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Stein @ 2016-05-11 14:44 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Stein

In commit 4a7534bf07e ("reset-source: Allow different priorities") the
function name changed from reset_source_set to reset_source_set_priority.
Do that change in EXPORT_SYMBOL() accordingly.
reset_source_set still exists but is a static inline now.

Fixes: 4a7534bf07e ("reset-source: Allow different priorities")
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
---
 common/reset_source.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/reset_source.c b/common/reset_source.c
index 0a69f90..06e2ca8 100644
--- a/common/reset_source.c
+++ b/common/reset_source.c
@@ -50,7 +50,7 @@ void reset_source_set_priority(enum reset_src_type st, unsigned int priority)
 	pr_debug("Setting reset source to %s with priority %d\n",
 			reset_src_names[reset_source], priority);
 }
-EXPORT_SYMBOL(reset_source_set);
+EXPORT_SYMBOL(reset_source_set_priority);
 
 static int reset_source_init(void)
 {
-- 
2.7.3


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

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

end of thread, other threads:[~2016-05-13 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-11 14:44 [PATCH 1/1] reset_source: export reset_source_set_priority Alexander Stein
2016-05-13 10:02 ` Sascha Hauer

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