]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Drop duplicate clk_register() documentation
authorStephen Boyd <sboyd@kernel.org>
Tue, 2 Apr 2019 22:54:10 +0000 (15:54 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 2 Apr 2019 22:54:10 +0000 (15:54 -0700)
commit169bdad60aaf401467c4e1c6251a7f994048ed72
tree0882ddd18d2055b01edf340aa3a7a568e33de42f
parent6f714ac524b29a4a6c9f14eb43fd7f71988eee0d
clk: Drop duplicate clk_register() documentation

clk_register() isn't the main way to register a clk anymore. Developers
should use clk_hw_register() instead. Furthermore, this whole chunk of
documentation duplicates what's in the C file, so let's just use that.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk-provider.h