Re: [PATCH] fbcon: change fbcon_*registered_fb variables to static

2022-04-23 Thread Sam Ravnborg
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

[PATCH] fbcon: change fbcon_*registered_fb variables to static

2022-04-23 Thread Tom Rix
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