clk: Include missing headers for linux/clk-provider.h
Sean Anderson
seanga2 at gmail.com
Wed Dec 25 05:56:22 CET 2019
This header was missing a couple of include dependencies when included on its
own.
Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---
include/linux/clk-provider.h | 4 ++++
1 file changed, 4 insertions(+)
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)
--
2.24.1
More information about the U-Boot
mailing list