]> git.baikalelectronics.ru Git - kernel.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)
commit0b3a1df1e297bce8c051bcb544f106b6bcaddb93
tree5539b02cefe1a74824d4f3e326230b17ff86995d
parent2b2303499959708f56dc71e5a28f280e5dfcff34
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