]> git.baikalelectronics.ru Git - uboot.git/commit
clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.c
authorLukasz Majewski <lukma@denx.de>
Mon, 24 Aug 2020 09:12:18 +0000 (11:12 +0200)
committerLukasz Majewski <lukma@denx.de>
Mon, 24 Aug 2020 09:36:34 +0000 (11:36 +0200)
commit9030bc6214dbac4808fce53cf7aab6ea3e011f17
treeea60bf69a4f5654399d03f188907127c0831aeb3
parent6508c4769b8f559e897d01cc21d211d6bd2e2b21
clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.c

After adding custom get_rate helper function it was necessary to include
<dm/uclass.h> to avoid warnings about missing uclass_get_device_by_name.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Series-to: u-boot
drivers/clk/clk-mux.c