Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6563617f authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie
Browse files

drm/amd/display: make log_dpcd static



It's only used in this file.

Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent aaa6346d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ static inline char *side_band_msg_type_to_str(uint32_t address)
	return str;
}

void log_dpcd(uint8_t type,
static void log_dpcd(uint8_t type,
		     uint32_t address,
		     uint8_t *data,
		     uint32_t size,