]> git.karo-electronics.de Git - linux-beck.git/commit
drm/radeon/combios: declare legacy_connector_convert as static
authorMichele Curti <michele.curti@gmail.com>
Tue, 23 Sep 2014 16:04:40 +0000 (18:04 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Oct 2014 13:00:08 +0000 (09:00 -0400)
commit080cbcb4f81299ff86e99f8ba12b692a58d0aa65
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