mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
f14382d7e4
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>