diff mbox series

[U-Boot,V3,11/16] clk-provider: include clk-uclass.h

Message ID 20190731071654.9970-11-peng.fan@nxp.com
State Accepted
Commit d669d1ae03977c70a4adb8a085cbfd701ae95b28
Delegated to: Lukasz Majewski
Headers show
Series [U-Boot,V3,01/16] clk: introduce clk_dev_binded | expand

Commit Message

Peng Fan July 31, 2019, 7:01 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>
---

V3:
 patch moved to before adding composite clock
V2:
 Rebase

 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 f42df9b90f..522e73e851 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)
 {