]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3b595dbaa1f445b4bbfb0501e82ef66096f4757
treee78535378f299c03043551b7670676eaf6bee65f
parentd64a70b3b69c99cb82f93b34a09213247e20653c
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 3909c7958039 ("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