commit | 519eefb4f9778b6f6c1771cb4570749f9510fb5a | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Jul 31 07:01:52 2019 +0000 |
committer | Lukasz Majewski <lukma@denx.de> | Wed Jul 31 09:20:51 2019 +0200 |
tree | 5b31405fa7c48ddb06ba5dc7f9f28f2f1760bfa8 | |
parent | 40ec4e49ba9746a4f2054c3498a0f15ee7914881 [diff] |
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>
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index f42df9b..522e73e 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) {