]> git.ipfire.org Git - thirdparty/linux.git/commit
dpll: zl3073x: Remove unused dev wrappers
authorIvan Vecera <ivecera@redhat.com>
Thu, 13 Nov 2025 07:41:05 +0000 (08:41 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 18 Nov 2025 04:23:38 +0000 (20:23 -0800)
commit01e0e8b6a2d798e7403f4f636b15bcf644a7f110
tree11941ed7b552e92ca0009c6d84a6e7eb8d1a12dd
parent5fb9b0d411f81ec46833ea8e43c0263515060c64
dpll: zl3073x: Remove unused dev wrappers

Remove several zl3073x_dev_... inline wrapper functions from core.h
as they are no longer used by any callers.

Removed functions:
* zl3073x_dev_ref_ffo_get
* zl3073x_dev_ref_is_enabled
* zl3073x_dev_synth_dpll_get
* zl3073x_dev_synth_is_enabled
* zl3073x_dev_out_signal_format_get

This is a cleanup after recent refactoring, as the remaining callers
now fetch the state object and use the base helpers directly.

Reviewed-by: Petr Oros <poros@redhat.com>
Tested-by: Prathosh Satish <Prathosh.Satish@microchip.com>
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Link: https://patch.msgid.link/20251113074105.141379-7-ivecera@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/dpll/zl3073x/core.h