]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/atombios: declare connector convert tables as static
authorMichele Curti <michele.curti@gmail.com>
Tue, 23 Sep 2014 16:08:06 +0000 (18:08 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Oct 2014 13:00:07 +0000 (09:00 -0400)
commit711ac33f5377c6bbb3fbb3830fd18ba187e5535f
tree45ce69e7ef8425a37affd579ed8fc6aa666dd12a
parente6b7205fd5e746c2ba0f618316cd5f5f90175aae
drm/radeon/atombios: declare connector convert tables as static

The tables:
 * supported_devices_connector_convert
 * supported_devices_connector_object_id_convert
 * object_connector_convert
are used in redeon_atombios.c only, so declare them 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_atombios.c