[PATCH] reset: Fix name of exported symbol

Alexander Shiyan eagle.alexander923 at gmail.com
Wed Mar 26 22:38:01 PDT 2025


Signed-off-by: Alexander Shiyan <eagle.alexander923 at gmail.com>
---
 drivers/reset/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/core.c b/drivers/reset/core.c
index 2431a9374a..3571fe8aae 100644
--- a/drivers/reset/core.c
+++ b/drivers/reset/core.c
@@ -392,7 +392,7 @@ struct reset_control *__reset_control_get(struct device *dev, const char *id, bo
 
 	return ERR_CAST(rstc);
 }
-EXPORT_SYMBOL_GPL(reset_control_get);
+EXPORT_SYMBOL_GPL(__reset_control_get);
 
 /**
  * reset_control_put - free the reset controller
-- 
2.39.1




More information about the barebox mailing list