mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-03 17:08:43 +00:00
When CONFIG_ON=n, dummies are provided for of_clk_get() and
of_clk_get_by_name(), but not for of_clk_get_from_provider().
Provide a dummy for the latter, to improve the ability to do
compile-testing. This requires removing the existing dummy in the
Lantiq clock code.
Fixes:
|
||
|---|---|---|
| .. | ||
| falcon | ||
| xway | ||
| clk.c | ||
| clk.h | ||
| early_printk.c | ||
| irq.c | ||
| Kconfig | ||
| Makefile | ||
| Platform | ||
| prom.c | ||
| prom.h | ||