summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/resource/dcn35
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/dcn35
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/dcn35')
-rw-r--r--drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
index 1d1a002f6d54..07552445e424 100644
--- a/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
@@ -61,7 +61,7 @@
#include "dcn31/dcn31_hpo_dp_stream_encoder.h"
#include "dcn31/dcn31_hpo_dp_link_encoder.h"
#include "dcn32/dcn32_hpo_dp_link_encoder.h"
-#include "link.h"
+#include "link_service.h"
#include "dcn31/dcn31_apg.h"
#include "dcn32/dcn32_dio_link_encoder.h"
#include "dcn31/dcn31_vpg.h"