Skip to content

Commit

Permalink
reset: starfive: jh7110: Drop the unused EXPORT_SYMBOL_GPL
Browse files Browse the repository at this point in the history
reset_starfive_jh7110_generic_probe() is never called by
other modules, so drop the EXPORT_SYMBOL_GPL for it.

Signed-off-by: Hal Feng <[email protected]>
  • Loading branch information
hal-feng authored and MichaIng committed Oct 31, 2023
1 parent 66a4ba5 commit dcd3984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/reset/starfive/reset-starfive-jh7110.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit dcd3984

Please sign in to comment.