mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02: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:
committed by
Lukasz Majewski
parent
91944ef09d
commit
d669d1ae03
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef __LINUX_CLK_PROVIDER_H
|
#ifndef __LINUX_CLK_PROVIDER_H
|
||||||
#define __LINUX_CLK_PROVIDER_H
|
#define __LINUX_CLK_PROVIDER_H
|
||||||
|
#include <clk-uclass.h>
|
||||||
|
|
||||||
static inline void clk_dm(ulong id, struct clk *clk)
|
static inline void clk_dm(ulong id, struct clk *clk)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user