clk: clk-fixed-factor: Use struct udevice instead of struct device
authorMarek Vasut <marex@denx.de>
Sun, 23 Mar 2025 15:58:51 +0000 (16:58 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 24 Mar 2025 11:51:35 +0000 (08:51 -0300)
commit1987fa7b344bdde12e0b07194b462388fe562954
tree52fc8e8e5f65206a8364ac95b63ae5beafaed0bc
parent09fa54f6dad2b5b6c5237881e2d377b45f9e751d
clk: clk-fixed-factor: Use struct udevice instead of struct device

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

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