drm/radeon/si/ci: make u8 static arrays constant
authorDave Airlie <airlied@redhat.com>
Mon, 10 Nov 2014 06:51:08 +0000 (16:51 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Nov 2014 16:56:46 +0000 (11:56 -0500)
commitc81b99423bd9d3fc35ac8752ca5fb4c50eab063c
treef7266faf8ca3eb44780d942e33a8af81c6ce1046
parentb94b95e7e3710a6137f8bc1311938cab3b067a0e
drm/radeon/si/ci: make u8 static arrays constant

These two arrays don't change, just make them constant,
reduces data segment by a few bytes.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/ci_smc.c
drivers/gpu/drm/radeon/si_smc.c