gpu/drm/amd: Remove duplicated include of drm_drv.h
authorzhouchuangao <zhouchuangao@vivo.com>
Mon, 2 Aug 2021 07:32:32 +0000 (00:32 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Aug 2021 01:17:58 +0000 (21:17 -0400)
commitd7b5dae099fbb15adaa51b2a39d6d7af36110e7a
treeb8b65401700918c741f38062b8d31ea5e1c7b30d
parent067f44c8b4590c3f24d21a037578a478590f2175
gpu/drm/amd: Remove duplicated include of drm_drv.h

Duplicate include header file <drm/drm_drv.h>
line 28: #include <drm/drm_drv.h>
line 44: #include <drm/drm_drv.h>

Signed-off-by: zhouchuangao <zhouchuangao@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c