clk-provider: include clk-uclass.h
authorPeng Fan <peng.fan@nxp.com>
Wed, 31 Jul 2019 07:01:52 +0000 (07:01 +0000)
committerLukasz Majewski <lukma@denx.de>
Wed, 31 Jul 2019 07:20:51 +0000 (09:20 +0200)
Because clk-provider use clk_ops, so let's include clk-uclass.h

Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/linux/clk-provider.h

index f42df9b90fe9800536bff3bd75cf004fac232632..522e73e8517473e58dc99eecf684751318131657 100644 (file)
@@ -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)
 {