Commit 782f0bb5 authored by Wesley Chalmers's avatar Wesley Chalmers Committed by Alex Deucher
Browse files

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: default avatarAlvin Lee <alvin.lee2@amd.com>
Signed-off-by: default avatarWesley Chalmers <Wesley.Chalmers@amd.com>
Signed-off-by: default avatarRay Wu <ray.wu@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 18e75515
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#include "amdgpu_dm.h"
#include "modules/power/power_helpers.h"
#include "dmub/inc/dmub_cmd.h"
#include "dc/inc/link.h"
#include "dc/inc/link_service.h"

/*
 * amdgpu_dm_link_supports_replay() - check if the link supports replay
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#include "dccg.h"
#include "clk_mgr_internal.h"
#include "dc_state_priv.h"
#include "link.h"
#include "link_service.h"

#include "dce100/dce_clk_mgr.h"
#include "dce110/dce110_clk_mgr.h"
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
#include "dcn30/dcn30_clk_mgr.h"

#include "dc_dmub_srv.h"
#include "link.h"
#include "link_service.h"

#include "logger_types.h"

+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
#include "dcn31/dcn31_clk_mgr.h"

#include "dc_dmub_srv.h"
#include "link.h"
#include "link_service.h"
#include "dcn314_smu.h"


+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
#define DC_LOGGER \
	clk_mgr->base.base.ctx->logger

#include "link.h"
#include "link_service.h"

#define TO_CLK_MGR_DCN315(clk_mgr)\
	container_of(clk_mgr, struct clk_mgr_dcn315, base)
Loading