[PATCH 1/1] reset_source: export reset_source_set_priority

Alexander Stein alexander.stein at systec-electronic.com
Wed May 11 07:44:28 PDT 2016


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 at 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




More information about the barebox mailing list