From: Tom Rini Date: Wed, 2 Jul 2025 01:05:33 +0000 (-0600) Subject: clk: Add missing to include/clk.h X-Git-Tag: v2026.01-rc2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15dd01422efda76dcb5346b37e9781af5fcb67c;p=pandora-u-boot.git clk: Add missing to include/clk.h In this header we make direct references to some dm/device.h functions while not including the header directly. Add the missing include. Signed-off-by: Tom Rini --- diff --git a/include/clk.h b/include/clk.h index f94135ff778..90b42a61867 100644 --- a/include/clk.h +++ b/include/clk.h @@ -9,6 +9,7 @@ #define _CLK_H_ #include +#include #include #include #include