drm/radeon/combios: declare legacy_connector_convert as static
commit080cbcb4f81299ff86e99f8ba12b692a58d0aa65
authorMichele Curti <michele.curti@gmail.com>
Tue, 23 Sep 2014 16:04:40 +0000 (23 18:04 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Oct 2014 13:00:08 +0000 (1 09:00 -0400)
tree5539b02cefe1a74824d4f3e326230b17ff86995d
parent7f6bf72aef689dc756b325e9f88840091991cb8d
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: Michele Curti <michele.curti@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_combios.c