From: Takashi Sakamoto Date: Tue, 27 May 2014 15:14:45 +0000 (+0900) Subject: ALSA: bebob: Add static specifier to identifier with file scope X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~40^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb01cdb38e0a72f40befdeba68ce7022468b7c8;p=pandora-kernel.git ALSA: bebob: Add static specifier to identifier with file scope Some variables were declared without static even if they're not referred to from external files. This commit make them local symbols for better information-hiding by file unit. Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed