From: Heiko Stuebner Date: Thu, 15 May 2025 08:26:52 +0000 (+0200) Subject: clk: rockchip: rk3528: add slab.h header include X-Git-Tag: v6.16-rc1~114^2^4^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=276036283716b9135525b195675ea42801bde204;p=linux-2.6-block.git clk: rockchip: rk3528: add slab.h header include The newly added GRF types introduced kzalloc usage into the rk3528. At least for the similar rk3576 driver, the kernel-test-robot reported the missing prototype, which warranted adding a slab.h include. While it did not complain about the rk3528, so the header might be included "accidentially" right now, add a real include to make sure we keep it included in the future. Fixes: 306d2f5ddaa7 ("clk: rockchip: rk3528: Add SD/SDIO tuning clocks in GRF region") Signed-off-by: Heiko Stuebner Link: https://lore.kernel.org/r/20250515082652.2503063-2-heiko@sntech.de --- diff --git a/drivers/clk/rockchip/clk-rk3528.c b/drivers/clk/rockchip/clk-rk3528.c index f5f10493abfb..a5ff64b93f8f 100644 --- a/drivers/clk/rockchip/clk-rk3528.c +++ b/drivers/clk/rockchip/clk-rk3528.c @@ -12,6 +12,7 @@ #include #include #include +#include #include