VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Hal Feng <hal.feng@starfivetech.com> 2023-09-25 15:17:03 +0800 committer: Hal Feng <hal.feng@starfivetech.com> 2023-09-25 15:27:47 +0800 commit: e2a14bcaeabe4818a214774a1dde4aff7b553c14 parent: de8f15975cb50652e35248604d23f4cf16cd0cde
Commit Summary:
reset: starfive: jh7110: Drop the unused EXPORT_SYMBOL_GPL
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/drivers/reset/starfive/reset-starfive-jh7110.c b/drivers/reset/starfive/reset-starfive-jh7110.c
index b9432067a86d..cd23ef7cd57e 100644
--- a/drivers/reset/starfive/reset-starfive-jh7110.c
+++ b/drivers/reset/starfive/reset-starfive-jh7110.c
@@ -252,7 +252,6 @@ int __init reset_starfive_jh7110_generic_probe(struct platform_device *pdev,
 
 	return devm_reset_controller_register(dev, &data->rcdev);
 }
-EXPORT_SYMBOL_GPL(reset_starfive_jh7110_generic_probe);
 
 static int __init jh7110_reset_probe(struct platform_device *pdev)
 {