diff options
author | Sebastian Reichel <[email protected]> | 2024-03-25 20:33:32 +0100 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2024-08-30 16:59:24 +0200 |
commit | 2e7b3daa8cb1ebd17e6a7f417ef5e6553203035c (patch) | |
tree | 72381dead685242b485f1fadfc53d9ddbddd4d17 /scripts/gdb/linux/lists.py | |
parent | cc40f5baa91bb7b031f5622e11a4e443cb771527 (diff) |
clk: rockchip: rk3588: drop unused code
All clocks are registered early using CLK_OF_DECLARE(), which marks
the DT node as processed. For the processed DT node the probe routine
is never called. Thus this whole code is never executed. This could
be "fixed" by using CLK_OF_DECLARE_DRIVER, which avoids marking the
DT node as processed. But then the probe routine would re-register
all the clocks by calling rk3588_clk_init() again.
Signed-off-by: Sebastian Reichel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions