Skip to content

Commit

Permalink
ALSA: make sparc/dbri.c:snd_dbri_proc() static
Browse files Browse the repository at this point in the history
This patch makes the needlessly global snd_dbri_proc() static.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
AdrianBunk authored and tiwai committed Jun 6, 2008
1 parent 33b9cd8 commit e7bd3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/sparc/dbri.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e7bd3de

Please sign in to comment.