mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
clk-provider: include clk-uclass.h
Because clk-provider use clk_ops, so let's include clk-uclass.h Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
91944ef09d
commit
d669d1ae03
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
#ifndef __LINUX_CLK_PROVIDER_H
|
||||
#define __LINUX_CLK_PROVIDER_H
|
||||
#include <clk-uclass.h>
|
||||
|
||||
static inline void clk_dm(ulong id, struct clk *clk)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue