mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
ALSA: make sparc/dbri.c:snd_dbri_proc() static
This patch makes the needlessly global snd_dbri_proc() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
33b9cd8214
commit
e7bd3de08e
@ -2490,7 +2490,7 @@ static void dbri_debug_read(struct snd_info_entry *entry,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void __devinit snd_dbri_proc(struct snd_card *card)
|
static void __devinit snd_dbri_proc(struct snd_card *card)
|
||||||
{
|
{
|
||||||
struct snd_dbri *dbri = card->private_data;
|
struct snd_dbri *dbri = card->private_data;
|
||||||
struct snd_info_entry *entry;
|
struct snd_info_entry *entry;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user