On Tue, 15 Apr 2025 20:15:40 +0200 Arkadiusz Kubalewski wrote: > @@ -408,14 +408,14 @@ EXPORT_SYMBOL_GPL(dpll_device_register); > * Context: Acquires a lock (dpll_lock) > */ > void dpll_device_unregister(struct dpll_device *dpll, > - const struct dpll_device_ops *ops, void *priv) > + const struct dpll_device_info *info, void *priv)
Some kdoc unhappiness here, W=1 build should lead you to it.
