mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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
This commit is contained in:
parent
689ca8c5d1
commit
ebd3f1f0d0
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <clk-uclass.h>
|
||||
#include <dm/device.h>
|
||||
#include <dm/devres.h>
|
||||
#include <dm/uclass.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <malloc.h>
|
||||
#include <asm/io.h>
|
||||
|
|
Loading…
Reference in a new issue