diff options
| author | Sam Ravnborg <[email protected]> | 2019-06-09 22:07:53 +0000 |
|---|---|---|
| committer | Sam Ravnborg <[email protected]> | 2019-06-10 21:00:08 +0000 |
| commit | 831583c309105cfcfbbbb4b3875b09e5209d2b99 (patch) | |
| tree | e3323ab50b388508ec9a6f786c4e2cb3b6297883 /drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | |
| parent | drm/amd: drop use of drmP.h in atom.h (diff) | |
| download | kernel-831583c309105cfcfbbbb4b3875b09e5209d2b99.tar.gz kernel-831583c309105cfcfbbbb4b3875b09e5209d2b99.zip | |
drm/amd: drop use of drmP.h from all header files
Drop use of the deprecated drmP.h header file from
all amd header files.
This makes it a more smooth process to get rid of drmP.h
in the .c files.
Added include files and forwards as appropriate.
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_trace.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h index d3ca2424b5fe..77674a7b9616 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h @@ -28,8 +28,6 @@ #include <linux/types.h> #include <linux/tracepoint.h> -#include <drm/drmP.h> - #undef TRACE_SYSTEM #define TRACE_SYSTEM amdgpu #define TRACE_INCLUDE_FILE amdgpu_trace |
