]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: bebob: Add static specifier to identifier with file scope
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 27 May 2014 15:14:45 +0000 (00:14 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 May 2014 15:36:01 +0000 (17:36 +0200)
commit034aa6b87f759692dd3d23e4d7060e80e8d1bb9e
tree7d5372ed90939f4479d749079337432e41a7dd3c
parent64ea109304a663b7f33c7a8e924f56fbb39dea0d
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 <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/bebob/bebob.c
sound/firewire/bebob/bebob_focusrite.c
sound/firewire/bebob/bebob_terratec.c