diff options
| author | Sam Ravnborg <[email protected]> | 2019-06-09 22:07:57 +0000 |
|---|---|---|
| committer | Sam Ravnborg <[email protected]> | 2019-06-10 21:04:34 +0000 |
| commit | 47b757fba2a382d5f818d1884fe87c4014818088 (patch) | |
| tree | 46beb2eab25e7c4d38b0284e6d610ed81417f1b2 /drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | |
| parent | drm/amd: drop use of drmP.h in amdgpu/amdgpu* (diff) | |
| download | kernel-47b757fba2a382d5f818d1884fe87c4014818088.tar.gz kernel-47b757fba2a382d5f818d1884fe87c4014818088.zip | |
drm/amd: drop use of drmP.h in remaining files
With this commit drm/amd/ has no longer any uses of
the deprecated drmP.h header file.
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/vce_v3_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c index 6ec65cf11112..ff3f8635d719 100644 --- a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c +++ b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c @@ -26,7 +26,7 @@ */ #include <linux/firmware.h> -#include <drm/drmP.h> + #include "amdgpu.h" #include "amdgpu_vce.h" #include "vid.h" |
