]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ALSA] unexport snd_ctl_elem_{read,write}
authorAdrian Bunk <bunk@kernel.org>
Mon, 10 Sep 2007 21:08:34 +0000 (23:08 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 14:49:19 +0000 (16:49 +0200)
snd_ctl_elem_{read,write} no longer have any modular users

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/core/control.c

index 396e98ed086ad63edb1c2bf3b11207d1d324b2ac..6144d8ae2fff6ce8bd6f5d7a7e67bd0f4a7e28d4 100644 (file)
@@ -716,8 +716,6 @@ int snd_ctl_elem_read(struct snd_card *card, struct snd_ctl_elem_value *control)
        return result;
 }
 
-EXPORT_SYMBOL(snd_ctl_elem_read);
-
 static int snd_ctl_elem_read_user(struct snd_card *card,
                                  struct snd_ctl_elem_value __user *_control)
 {
@@ -781,8 +779,6 @@ int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file,
        return result;
 }
 
-EXPORT_SYMBOL(snd_ctl_elem_write);
-
 static int snd_ctl_elem_write_user(struct snd_ctl_file *file,
                                   struct snd_ctl_elem_value __user *_control)
 {