Re: [PATCH] clk: samsung: exynos5433: Add missing slab.h header for kfree()

From: Sylwester Nawrocki
Date: Tue Oct 29 2019 - 07:37:28 EST


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