summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-07-31 07:01:52 +0000
committerLukasz Majewski <lukma@denx.de>2019-07-31 09:20:51 +0200
commitd669d1ae03977c70a4adb8a085cbfd701ae95b28 (patch)
tree5b31405fa7c48ddb06ba5dc7f9f28f2f1760bfa8 /include
parent91944ef09d603f6aa41649b2a1fdd64fea9651f9 (diff)
downloadu-boot-d669d1ae03977c70a4adb8a085cbfd701ae95b28.tar.gz
u-boot-d669d1ae03977c70a4adb8a085cbfd701ae95b28.tar.xz
u-boot-d669d1ae03977c70a4adb8a085cbfd701ae95b28.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/clk-provider.h1
1 files changed, 1 insertions, 0 deletions
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)
{