clk: clk-mux: Use struct udevice instead of struct device
authorMarek Vasut <marex@denx.de>
Sun, 23 Mar 2025 15:58:32 +0000 (16:58 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 24 Mar 2025 11:51:34 +0000 (08:51 -0300)
commit54a4c83b12ae81289df93c048c4dd6f62481d242
tree122ed772a4dcc00b4a9a482d3ee9d331d12210e1
parent7cc520fe297dba17f681377ad201f258f927c662
clk: clk-mux: Use struct udevice instead of struct device

Use U-Boot specific struct udevice instead of Linux compatibility
struct device in clk-mux registration.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/clk/clk-mux.c
include/linux/clk-provider.h