From: Sean Anderson Date: Wed, 25 Dec 2019 04:56:22 +0000 (-0500) Subject: clk: Include missing headers for linux/clk-provider.h X-Git-Tag: v2020.04-rc1~3^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9fca6729c6df2bc6978a74f60c0a151e57b437d8;p=oweals%2Fu-boot.git 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 --- 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 +#include +#include #include static inline void clk_dm(ulong id, struct clk *clk)