clk: Remove never used devm_clk_*unregister()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Jun 2022 17:11:47 +0000 (20:11 +0300)
committerStephen Boyd <sboyd@kernel.org>
Wed, 22 Jun 2022 23:14:08 +0000 (16:14 -0700)
commit62c0aff64c8d6594357b6217db019552ea664b90
treee78535378f299c03043551b7670676eaf6bee65f
parent8b3d743fc9e2542822826890b482afabf0e7522a
clk: Remove never used devm_clk_*unregister()

For the entire history of the devm_clk_*unregister() existence they were
used only once (*) in 2015. Remove them.

*) The commit 264e3b75de4e ("clk: s2mps11: Simplify s2mps11_clk_probe unwind
   paths") exactly supports the point of the change proposed here.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220622171147.85603-1-andriy.shevchenko@linux.intel.com
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c
include/linux/clk-provider.h