summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2019-12-24 23:56:22 -0500
committerLukasz Majewski <lukma@denx.de>2020-01-26 12:03:06 +0100
commit9fca6729c6df2bc6978a74f60c0a151e57b437d8 (patch)
treeb665ec40308329ddf307c5054130376e3a44ebda /include/linux
parentefbdad3838c37722c07de0814f07e1b65955d1e7 (diff)
downloadu-boot-9fca6729c6df2bc6978a74f60c0a151e57b437d8.tar.gz
clk: Include missing headers for linux/clk-provider.h
This header was missing a couple of include dependencies when included on its own. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk-provider.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 02ff1a311a..0ef6e685ad 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -8,6 +8,10 @@
*/
#ifndef __LINUX_CLK_PROVIDER_H
#define __LINUX_CLK_PROVIDER_H
+
+#include <dm.h>
+#include <linux/bitops.h>
+#include <linux/err.h>
#include <clk-uclass.h>
static inline void clk_dm(ulong id, struct clk *clk)