From: Takashi Iwai Date: Tue, 26 May 2015 10:51:35 +0000 (+0200) Subject: ALSA: dummy: make local data static X-Git-Tag: omap-for-v4.2/fixes-rc1^2~113^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c286880e8f8f94f55b9abe26329ab106108230;p=pandora-kernel.git 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 --- Reading git-diff-tree failed