aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sparc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-06-05 14:29:18 -0400
committerTakashi Iwai <tiwai@suse.de>2008-06-06 05:55:05 -0400
commite7bd3de08e5208b09fbad06dd80294ea0e86f7bf (patch)
tree07ba337cc201be7116c07c5a1b0e10089361e8c9 /sound/sparc
parent33b9cd8214d6e385fcd63c321252a359ee96d568 (diff)
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>
Diffstat (limited to 'sound/sparc')
-rw-r--r--sound/sparc/dbri.c2
1 files changed, 1 insertions, 1 deletions
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,
2490} 2490}
2491#endif 2491#endif
2492 2492
2493void __devinit snd_dbri_proc(struct snd_card *card) 2493static void __devinit snd_dbri_proc(struct snd_card *card)
2494{ 2494{
2495 struct snd_dbri *dbri = card->private_data; 2495 struct snd_dbri *dbri = card->private_data;
2496 struct snd_info_entry *entry; 2496 struct snd_info_entry *entry;