Re: [PATCH] drm/rockchip: Add missing vmalloc header

From: Heiko Stuebner
Date: Mon Jan 13 2020 - 08:59:40 EST


Am Dienstag, 31. Dezember 2019, 09:12:36 CET schrieb Krzysztof Kozlowski:
> The Rockship DRM GEM code uses vmap()/vunmap() so vmalloc header must be
> included to avoid warnings like (on IA64, compile tested):
>
> drivers/gpu/drm/rockchip/rockchip_drm_gem.c: In function ârockchip_gem_alloc_iommuâ:
> drivers/gpu/drm/rockchip/rockchip_drm_gem.c:134:20: error:
> implicit declaration of function âvmapâ [-Werror=implicit-function-declaration]
>
> Reported-by: kbuild test robot <lkp@xxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

applied to drm-misc-next

Thanks
Heiko