aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Yunkai <[email protected]>2021-03-06 02:47:20 -0800
committerAlex Deucher <[email protected]>2021-03-23 23:03:24 -0400
commit51713e4e540b1adb49d4024323e43abb39a89577 (patch)
tree81954aec74b2f7a8a266b92ad5cc0129e71fe0c8
parent692bd2a02e2dfe128e8451f9bc1806ab87d0b1d5 (diff)
drm/amd/display: remove duplicate include in amdgpu_dm.c
'drm/drm_hdcp.h' included in 'amdgpu_dm.c' is duplicated. It is also included in the 79th line. Signed-off-by: Zhang Yunkai <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index eab55b0dd4a6..1d6e18adcf8b 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -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"