diff options
| author | Sam Ravnborg <[email protected]> | 2019-06-09 22:07:51 +0000 |
|---|---|---|
| committer | Sam Ravnborg <[email protected]> | 2019-06-10 20:59:53 +0000 |
| commit | f867723b41f871c88388462c007976bb9a4c72da (patch) | |
| tree | 8395b55bf607493211f16d408d634e76f29b0441 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amd: drop use of drmp.h in os_types.h (diff) | |
| download | kernel-f867723b41f871c88388462c007976bb9a4c72da.tar.gz kernel-f867723b41f871c88388462c007976bb9a4c72da.zip | |
drm/amd: drop use of drmP.h in amdgpu.h
Delete the unused drmP.h from amdgpu.h.
Fix fallout in various files.
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.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 14398f55f602..fbec83bfb4ad 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -44,9 +44,9 @@ #include <drm/ttm/ttm_module.h> #include <drm/ttm/ttm_execbuf_util.h> -#include <drm/drmP.h> -#include <drm/drm_gem.h> #include <drm/amdgpu_drm.h> +#include <drm/drm_gem.h> +#include <drm/drm_ioctl.h> #include <drm/gpu_scheduler.h> #include <kgd_kfd_interface.h> |
