clk: mvebu: ap806: Remove superfluous of_clk_add_provider
authorGregory CLEMENT <gregory.clement@bootlin.com>
Wed, 12 Sep 2018 15:35:49 +0000 (17:35 +0200)
committerStephen Boyd <sboyd@kernel.org>
Mon, 1 Oct 2018 22:13:42 +0000 (15:13 -0700)
commit6ffeddd6bca4cb838623d0bf4134c0eb06ad7485
tree3a65e6a281e8cf2a660d56efe9ad71a0463590e2
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
clk: mvebu: ap806: Remove superfluous of_clk_add_provider

While applying the commit a8309cedcdce ("clk: apn806: Add eMMC clock to
system controller driver"), of_clk_add_provider was added wheres it was
already present in the probe function.

This extraneous call is harmless but not useful so remove it.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mvebu/ap806-system-controller.c