clk: Include missing headers for linux/clk-provider.h

25 Dec
2019
25 Dec
'19
5:56 a.m.
This header was missing a couple of include dependencies when included on its own.
Signed-off-by: Sean Anderson seanga2@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
1962
Age (days ago)
1962
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sean Anderson