1
0
Fork 0

drm/amdgpu: include pagemap.h for release_pages()

Fixes: 5ae0283e83 ("drm/amdgpu: Add userptr support for KFD"
Cc: Felix Kuehling <Felix.Kuehling@amd.com>
Cc: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dave Airlie <airlied@redhat.com>
hifive-unleashed-5.1
Stephen Rothwell 2018-05-16 16:43:34 +10:00 committed by Dave Airlie
parent 95d2c3e15d
commit 548da31da9
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define pr_fmt(fmt) "kfd2kgd: " fmt
#include <linux/list.h>
#include <linux/pagemap.h>
#include <linux/sched/mm.h>
#include <drm/drmP.h>
#include "amdgpu_object.h"