summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <hal.feng@starfivetech.com>2023-09-25 10:17:03 +0300
committerHal Feng <hal.feng@starfivetech.com>2023-09-25 10:21:12 +0300
commit55dc43cd4c11993da0b00432ba619d6d35a51c7e (patch)
tree94d60a188a9920c6e50e0a1cc79462f075352ebb
parent60c4c035a20de2a63cbd40a1016d4490a67a111e (diff)
downloadlinux-55dc43cd4c11993da0b00432ba619d6d35a51c7e.tar.xz
reset: starfive: jh7110: Drop the unused EXPORT_SYMBOL_GPL
reset_starfive_jh7110_generic_probe() is never called by other modules, so drop the EXPORT_SYMBOL_GPL for it. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
-rw-r--r--drivers/reset/starfive/reset-starfive-jh7110.c1
1 files changed, 0 insertions, 1 deletions
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)
{