Re: [PATCH] drm/radeon: change cac_weights_* to static

2022-04-25 Thread Alex Deucher
Applied. Thanks! Alex On Sat, Apr 23, 2022 at 4:02 PM Tom Rix wrote: > > Sparse reports these issues > si_dpm.c:332:26: warning: symbol 'cac_weights_pitcairn' was not declared. > Should it be static? > si_dpm.c:1088:26: warning: symbol 'cac_weights_oland' was not declared. > Should it be

[PATCH] drm/radeon: change cac_weights_* to static

2022-04-23 Thread Tom Rix
Sparse reports these issues si_dpm.c:332:26: warning: symbol 'cac_weights_pitcairn' was not declared. Should it be static? si_dpm.c:1088:26: warning: symbol 'cac_weights_oland' was not declared. Should it be static? Both of these variables are only used in si_dpm.c. Single file variables