clk: imx: add missing linux/bug.h header for WARN
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 7 Jun 2025 21:11:17 +0000 (23:11 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 14 Jun 2025 15:11:10 +0000 (09:11 -0600)
commit7d0f2733797f3c1453e718c3b9f9da3c07708c15
treea85e972aec4e78124f6abcd4ad478f9e64548dcc
parent5a8dd2e0c848135b5c96af291aa96e79acc923ec
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 <ansuelsmth@gmail.com>
drivers/clk/imx/clk-fracn-gppll.c