projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91944ef
)
clk-provider: include clk-uclass.h
author
Peng Fan
<peng.fan@nxp.com>
Wed, 31 Jul 2019 07:01:52 +0000
(07:01 +0000)
committer
Lukasz 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
patch
|
blob
|
history
diff --git
a/include/linux/clk-provider.h
b/include/linux/clk-provider.h
index
f42df9b
..
522e73e
100644
(file)
--- 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)
{