On Sat, Apr 23, 2022 at 08:56:18AM -0400, Tom Rix wrote:
> Sparse reports these issues
> fbcon.c:106:16: warning: symbol 'fbcon_registered_fb' was not declared.
> Should it be static?
> fbcon.c:107:5: warning: symbol 'fbcon_num_registered_fb' was not declared.
> Should it be static?
>
> These va
Sparse reports these issues
fbcon.c:106:16: warning: symbol 'fbcon_registered_fb' was not declared. Should
it be static?
fbcon.c:107:5: warning: symbol 'fbcon_num_registered_fb' was not declared.
Should it be static?
These variables are only used in fbcon.c. Single file use variables should
be s