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

Commit 080cbcb4 authored by Michele Curti's avatar Michele Curti Committed by Alex Deucher
Browse files

drm/radeon/combios: declare legacy_connector_convert as static



legacy_connector_convert is used in radeon_combios.c only, so declare it as static.

Signed-off-by: default avatarMichele Curti <michele.curti@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7f6bf72a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ enum radeon_combios_connector {
	CONNECTOR_UNSUPPORTED_LEGACY
};

const int legacy_connector_convert[] = {
static const int legacy_connector_convert[] = {
	DRM_MODE_CONNECTOR_Unknown,
	DRM_MODE_CONNECTOR_DVID,
	DRM_MODE_CONNECTOR_VGA,