commit | 606ce3c098b19cd5458930a133ef1577c64b1072 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jul 06 10:15:46 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jul 14 11:06:19 2017 -0400 |
tree | c34534bec71ab239bea5bd26c1148d92f91e0e6e | |
parent | 8d6a5230e1a00c2f69e6c7e8a8fcef6d81a06dde [diff] |
drm/amdgpu: make arrays pctl0_data and pctl1_data static The arrays pctl0_data and pctl1_data do not need to be in global scope, so them both static. Cleans up sparse warnings: symbol 'pctl0_data' was not declared. Should it be static? symbol 'pctl1_data' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>