From: Adrian Bunk Date: Thu, 5 Jun 2008 18:29:18 +0000 (+0300) Subject: ALSA: make sparc/dbri.c:snd_dbri_proc() static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e7bd3de08e5208b09fbad06dd80294ea0e86f7bf;p=linux-beck.git ALSA: make sparc/dbri.c:snd_dbri_proc() static This patch makes the needlessly global snd_dbri_proc() static. Signed-off-by: Adrian Bunk Signed-off-by: Takashi Iwai --- diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 3d00e0797b11..ee2e1b4f3551 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c @@ -2490,7 +2490,7 @@ static void dbri_debug_read(struct snd_info_entry *entry, } #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_info_entry *entry;