summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/resource/dcn32
diff options
context:
space:
mode:
authorWesley Chalmers <Wesley.Chalmers@amd.com>2025-09-02 21:47:39 -0400
committerAlex Deucher <alexander.deucher@amd.com>2025-09-15 16:57:29 -0400
commit782f0bb5a129f588dc16ad54a2e88c93ef2e079a (patch)
tree4e7d87d0c0d8da790160c27eca0bbf4a0be68f85 /drivers/gpu/drm/amd/display/dc/resource/dcn32
parent18e755155caa57a6e6c4aa4a40b0db0fba015289 (diff)
downloadlwn-782f0bb5a129f588dc16ad54a2e88c93ef2e079a.tar.gz
lwn-782f0bb5a129f588dc16ad54a2e88c93ef2e079a.zip
drm/amd/display: Rename header file link.h to link_service.h
[WHY] Header file name "link.h" collides with system header when dc is compiled as a user-mode library [WHAT] Rename link.h to link_service.h to avoid name collision Reviewed-by: Alvin Lee <alvin.lee2@amd.com> Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com> Signed-off-by: Ray Wu <ray.wu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/resource/dcn32')
-rw-r--r--drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
index 9917b366f00c..4acd97b3e4c9 100644
--- a/drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
@@ -69,7 +69,7 @@
#include "dml/display_mode_vba.h"
#include "dcn32/dcn32_dccg.h"
#include "dcn10/dcn10_resource.h"
-#include "link.h"
+#include "link_service.h"
#include "dcn31/dcn31_panel_cntl.h"
#include "dcn30/dcn30_dwb.h"