]> git.baikalelectronics.ru Git - kernel.git/commit
clk: drop unused function __clk_get_flags
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 1 Aug 2020 08:53:42 +0000 (10:53 +0200)
committerStephen Boyd <sboyd@kernel.org>
Mon, 3 Aug 2020 20:53:34 +0000 (13:53 -0700)
commit3c54860d324bc0bde0406230efa6fe4e6c29aa6e
treef48b51080893573df91f3881220fefb30bd49057
parent2e0873da09585b8a2daf9ca8c2facd15f454ec3f
clk: drop unused function __clk_get_flags

The function __clk_get_flags has not been used since the April 2019
commit 8284219098b0 ("ARM: omap2+: hwmod: drop CLK_IS_BASIC
flag usage").  Other uses were removed in June 2015, eg by
commit 43afd0689f10 ("clk: Convert __clk_get_flags() to
clk_hw_get_flags()"), which shows how clk_hw_get_flags can easily
be used instead.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/1596272022-14173-1-git-send-email-Julia.Lawall@inria.fr
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c
include/linux/clk-provider.h