Skip to content

Commit

Permalink
drm/amdgpu: release_pages requires linux/pagemap.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <[email protected]>
Reviewed-by: Christian König <[email protected].
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
sfrothwell authored and airlied committed Mar 21, 2016
1 parent 902d02d commit 568d7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Jerome Glisse
*/
#include <linux/ktime.h>
#include <linux/pagemap.h>
#include <drm/drmP.h>
#include <drm/amdgpu_drm.h>
#include "amdgpu.h"
Expand Down

0 comments on commit 568d7c7

Please sign in to comment.