From: Stephen Rothwell Date: Tue, 28 Jan 2020 04:42:27 +0000 (+1100) Subject: amdgpu: using vmalloc requires includeing vmalloc.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7044cb6c20776a1d546f08c332601bb6005388a2;p=linux.git amdgpu: using vmalloc requires includeing vmalloc.h Fixes: 240c811ccde4 ("drm/amdgpu: fix VRAM partially encroached issue in GDDR6 memory training(V2)") Signed-off-by: Stephen Rothwell Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c index ac173d2eb8099..0829188c1a5c5 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c @@ -22,6 +22,7 @@ #include #include +#include #include "amdgpu.h" #include "amdgpu_psp.h"