amdgpu: using vmalloc requires includeing vmalloc.h

Fixes: 240c811ccd ("drm/amdgpu: fix VRAM partially encroached issue in GDDR6 memory training(V2)")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Stephen Rothwell 2020-01-28 15:42:27 +11:00 committed by Alex Deucher
parent 977f7e1068
commit 7044cb6c20

View File

@ -22,6 +22,7 @@
#include <linux/firmware.h>
#include <linux/module.h>
#include <linux/vmalloc.h>
#include "amdgpu.h"
#include "amdgpu_psp.h"