diff options
| author | Sam Ravnborg <[email protected]> | 2019-06-09 22:07:56 +0000 |
|---|---|---|
| committer | Sam Ravnborg <[email protected]> | 2019-06-10 21:02:48 +0000 |
| commit | fdf2f6c56e5e289c7d7e726b676aba25643b39a0 (patch) | |
| tree | ee73c025bec0f2514aea3920d5f1056212223a8a /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | |
| parent | drm/amd: drop use of drmP.h in display/ (diff) | |
| download | kernel-fdf2f6c56e5e289c7d7e726b676aba25643b39a0.tar.gz kernel-fdf2f6c56e5e289c7d7e726b676aba25643b39a0.zip | |
drm/amd: drop use of drmP.h in amdgpu/amdgpu*
Drop use of drmP.h in all files named amdgpu*
in drm/amd/amdgpu/
Fix fallout.
Signed-off-by: Sam Ravnborg <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: "David (ChunMing) Zhou" <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c index e9ede34dd875..a8a1fcab299b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c @@ -30,7 +30,7 @@ * Dave Airlie */ -#include <linux/debugfs.h> +#include <linux/dma-mapping.h> #include <linux/iommu.h> #include <linux/pagemap.h> #include <linux/sched/task.h> @@ -44,7 +44,8 @@ #include <drm/ttm/ttm_placement.h> #include <drm/ttm/ttm_module.h> #include <drm/ttm/ttm_page_alloc.h> -#include <drm/drmP.h> + +#include <drm/drm_debugfs.h> #include <drm/amdgpu_drm.h> #include "amdgpu.h" #include "amdgpu_object.h" |
