From: Alex Deucher Date: Wed, 31 Jul 2019 15:47:26 +0000 (-0500) Subject: drm/amdgpu: drop drmP.h from vcn_v2_5.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fa1884f9d8016bbd94e5b6c7c9abb4bd3b223bad;p=linux.git drm/amdgpu: drop drmP.h from vcn_v2_5.c Unused. Acked-by: Sam Ravnborg Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c b/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c index 0c84dbc6a62d2..395c2259f979b 100644 --- a/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c @@ -22,7 +22,7 @@ */ #include -#include + #include "amdgpu.h" #include "amdgpu_vcn.h" #include "soc15.h"