]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: dummy: make local data static
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 May 2015 10:51:35 +0000 (12:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 May 2015 10:59:26 +0000 (12:59 +0200)
commite4c286880e8f8f94f55b9abe26329ab106108230
tree285df53a3ac5588a9b712ab67447dfcc53687def
parent146a5e3c1ef999f1b1ec841fd86db421f4ca8d6a
ALSA: dummy: make local data static

Add missing prefix to make some local data static.

Spotted by sparse:
  sound/drivers/dummy.c:159:20: warning: symbol 'model_emu10k1' was not declared. Should it be static?
  sound/drivers/dummy.c:165:20: warning: symbol 'model_rme9652' was not declared. Should it be static?
  ....

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/dummy.c