Skip to content

Commit 92da5c3

Browse files
committed
clk: rockchip: rk3576: add missing slab.h include
The change for auxiliary GRFs introduced kzalloc usage into the rk3576 clock driver, but missed adding the header for its prototype. Add it now. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202505150941.KWKskr2c-lkp@intel.com/ Fixes: 70a114d ("clk: rockchip: introduce auxiliary GRFs") Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20250515082652.2503063-1-heiko@sntech.de
1 parent 553f648 commit 92da5c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/clk-rk3576.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <linux/platform_device.h>
1111
#include <linux/syscore_ops.h>
1212
#include <linux/mfd/syscon.h>
13+
#include <linux/slab.h>
1314
#include <dt-bindings/clock/rockchip,rk3576-cru.h>
1415
#include "clk.h"
1516

0 commit comments

Comments
 (0)