[alsa-devel] [2.6 patch] ALSA: make sparc/dbri.c:snd_dbri_proc() static
5 Jun
2008
5 Jun
'08
8:29 p.m.
This patch makes the needlessly global snd_dbri_proc() static.
Signed-off-by: Adrian Bunk bunk@kernel.org
--- 5e6dd8dea3d11e2be46a77f8e731780f0a7b7591 diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 3d00e07..ee2e1b4 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;
6045
Age (days ago)
6045
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adrian Bunk