clk: Include missing headers for linux/clk-provider.h
authorSean Anderson <seanga2@gmail.com>
Wed, 25 Dec 2019 04:56:22 +0000 (23:56 -0500)
committerLukasz Majewski <lukma@denx.de>
Sun, 26 Jan 2020 11:03:06 +0000 (12:03 +0100)
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

index 02ff1a311aca58a0988ecb1af449ed5e5b12261b..0ef6e685ad698bf72c52b239ffacbd11c6d5e8ec 100644 (file)
@@ -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)