Commit e7bd3de08e5208b09fbad06dd80294ea0e86f7bf

Authored by Adrian Bunk
Committed by Takashi Iwai
1 parent 33b9cd8214

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -2490,7 +2490,7 @@
2490 2490 }
2491 2491 #endif
2492 2492  
2493   -void __devinit snd_dbri_proc(struct snd_card *card)
  2493 +static void __devinit snd_dbri_proc(struct snd_card *card)
2494 2494 {
2495 2495 struct snd_dbri *dbri = card->private_data;
2496 2496 struct snd_info_entry *entry;