]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit9fb01cdb38e0a72f40befdeba68ce7022468b7c8
tree7d5372ed90939f4479d749079337432e41a7dd3c
parent791c67b427dfebfd930228ce33a42e70d6d7a7d3
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