aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
diff options
context:
space:
mode:
authorStephen Rothwell <[email protected]>2016-03-17 04:30:49 +0000
committerDave Airlie <[email protected]>2016-03-21 03:22:52 +0000
commit568d7c764ae01f3706085ac8f0d8a8ac7e826bd7 (patch)
treeb15f103a7456b03790d3429bcf6ad4f31997ae1c /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
parentMerge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into... (diff)
downloadkernel-568d7c764ae01f3706085ac8f0d8a8ac7e826bd7.tar.gz
kernel-568d7c764ae01f3706085ac8f0d8a8ac7e826bd7.zip
drm/amdgpu: release_pages requires linux/pagemap.h
Signed-off-by: Stephen Rothwell <[email protected]> Reviewed-by: Christian König <[email protected]. Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
index 4f5ef4149e87..9392e50a7ba4 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
@@ -25,6 +25,7 @@
* Jerome Glisse <[email protected]>
*/
#include <linux/list_sort.h>
+#include <linux/pagemap.h>
#include <drm/drmP.h>
#include <drm/amdgpu_drm.h>
#include "amdgpu.h"