summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAnson Jacob <Anson.Jacob@amd.com>2021-03-10 10:20:42 -0500
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 23:25:49 -0400
commitfd0161a570507cffb700d06fa357f94fdf3202d7 (patch)
tree5047fc07d35dca17b9785864ccfb9aa49b55215c /drivers
parent3ae3a4ad831f98f6d0ab6b8fc0689be5c6f72406 (diff)
Revert "drm/amd/display: remove duplicate include in amdgpu_dm.c"
This reverts commit 51713e4e540b1adb49d4024323e43abb39a89577. The duplicate from #79 should be removed instead. Signed-off-by: Anson Jacob <Anson.Jacob@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c1
1 files changed, 1 insertions, 0 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 8b1d2cbda7a4..c5e5bd5dd088 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -45,6 +45,7 @@
#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"