]> asedeno.scripts.mit.edu Git - linux.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)
commit7f6bf72aef689dc756b325e9f88840091991cb8d
tree45ce69e7ef8425a37affd579ed8fc6aa666dd12a
parentfc9dfeb1383287631ad5c5a676a2558b799db6e9
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