projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b9cd8
)
ALSA: make sparc/dbri.c:snd_dbri_proc() static
author
Adrian Bunk
<bunk@kernel.org>
Thu, 5 Jun 2008 18:29:18 +0000
(21:29 +0300)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 6 Jun 2008 09:55:05 +0000
(11:55 +0200)
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>
sound/sparc/dbri.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/sparc/dbri.c
b/sound/sparc/dbri.c
index 3d00e0797b11899042e5af98fa64a224ebc13597..ee2e1b4f35514dfa999dabcccfb689bf9ecd077d 100644
(file)
--- 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;