mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
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:
parent
977f7e1068
commit
7044cb6c20
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <linux/firmware.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
#include "amdgpu.h"
|
||||
#include "amdgpu_psp.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user