]> www.infradead.org Git - users/willy/xarray.git/commitdiff
drm/amd/display: remove duplicate include in amdgpu_dm.c
authorZhang Yunkai <zhang.yunkai@zte.com.cn>
Sat, 6 Mar 2021 10:47:20 +0000 (02:47 -0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 03:03:24 +0000 (23:03 -0400)
'drm/drm_hdcp.h' included in 'amdgpu_dm.c' is duplicated.
It is also included in the 79th line.

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index eab55b0dd4a6e6e86e43bc555f7068012aa5228f..1d6e18adcf8b323e218174f0a24f1aba00aaed6d 100644 (file)
@@ -45,7 +45,6 @@
 #include "amdgpu_dm.h"
 #ifdef CONFIG_DRM_AMD_DC_HDCP
 #include "amdgpu_dm_hdcp.h"
-#include <drm/drm_hdcp.h>
 #endif
 #include "amdgpu_pm.h"