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
@ -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…
Reference in New Issue
Block a user