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

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

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