Skip to content

Commit

Permalink
[ALSA] sound/i2c/cs8427.c: don't export a static function
Browse files Browse the repository at this point in the history
Static functions shouldn't be exported.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
AdrianBunk authored and Jaroslav Kysela committed Jul 12, 2006
1 parent 4f42bcc commit 7fd3748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/i2c/cs8427.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ module_init(alsa_cs8427_module_init)
module_exit(alsa_cs8427_module_exit)

EXPORT_SYMBOL(snd_cs8427_create);
EXPORT_SYMBOL(snd_cs8427_reset);
EXPORT_SYMBOL(snd_cs8427_reg_write);
EXPORT_SYMBOL(snd_cs8427_iec958_build);
EXPORT_SYMBOL(snd_cs8427_iec958_active);
Expand Down

0 comments on commit 7fd3748

Please sign in to comment.