From: Stephen Rothwell Date: Thu, 17 Mar 2016 04:30:49 +0000 (+1100) Subject: drm/amdgpu: release_pages requires linux/pagemap.h X-Git-Tag: v4.6-rc1~12^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=568d7c764ae01f3706085ac8f0d8a8ac7e826bd7;p=uclinux-h8%2Flinux.git drm/amdgpu: release_pages requires linux/pagemap.h Signed-off-by: Stephen Rothwell Reviewed-by: Christian König --- 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 */ #include +#include #include #include #include "amdgpu.h" diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c index 3e128c52bb87..fa6a27bff298 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c @@ -26,6 +26,7 @@ * Jerome Glisse */ #include +#include #include #include #include "amdgpu.h"