On 10/23/19 18:00, Krzysztof Kozlowski wrote: > Usage of kfree() requires slab.h header. Otherwise building on x86_64 > with COMPILE_TEST fails with: > > drivers/clk/samsung/clk-exynos5433.c: In function ‘exynos5433_cmu_probe’: > drivers/clk/samsung/clk-exynos5433.c:5598:4: error: implicit declaration > of function ‘kfree’; did you mean ‘vfree’? [-Werror=implicit-function-declaration] > > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Thanks, I applied it and squashed with the fix patch from Marek that introduced the above issue. -- Regards, Sylwester