From: Christian Marangi Date: Sat, 7 Jun 2025 21:11:17 +0000 (+0200) Subject: clk: imx: add missing linux/bug.h header for WARN X-Git-Tag: v2025.10-rc1~118^2~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0f2733797f3c1453e718c3b9f9da3c07708c15;p=pandora-u-boot.git clk: imx: add missing linux/bug.h header for WARN The WARN macro requires inclusion of linux/bug.h header. It does currently work as bitfield.h includes it indirectly but this will change when bitfield.h will be synced with new Linux version. Explicitly include the header to fix future compilation error. Signed-off-by: Christian Marangi --- diff --git a/drivers/clk/imx/clk-fracn-gppll.c b/drivers/clk/imx/clk-fracn-gppll.c index 81e19d393cf..b3926564a22 100644 --- a/drivers/clk/imx/clk-fracn-gppll.c +++ b/drivers/clk/imx/clk-fracn-gppll.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include