diff mbox series

[U-Boot,V2,12/16] clk-provider: include clk-uclass.h

Message ID 20190730080758.8484-12-peng.fan@nxp.com
State Superseded
Delegated to: Lukasz Majewski
Headers show
Series [U-Boot,V2,01/16] clk: introduce clk_dev_binded | expand

Commit Message

Peng Fan July 30, 2019, 7:53 a.m. UTC
Because clk-provider use clk_ops, so let's include clk-uclass.h

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---

V2:
 Rebase to master

 include/linux/clk-provider.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 6be4e6a65e..b9547736ee 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -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)
 {