smatch reports^^^^^^ is this the best word to use here?
sound/pci/emu10k1/emumixer.c:519:39: warning: symbol^^ they
'emu1010_routing_info' was not declared. Should it be static?
sound/pci/emu10k1/emumixer.c:859:36: warning: symbol
'emu1010_pads_info' was not declared. Should it be static?
These variables are only used in their defining file, so it should be static
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
Signed-off-by: Tom Rix <trix@xxxxxxxxxx>