From: Adrian Bunk Date: Mon, 10 Sep 2007 21:08:34 +0000 (+0200) Subject: [ALSA] unexport snd_ctl_elem_{read,write} X-Git-Tag: v2.6.24-rc1~832^2~85 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ecf60df450b9a85f7c05b0ac3580bdac04da784;p=karo-tx-linux.git [ALSA] unexport snd_ctl_elem_{read,write} snd_ctl_elem_{read,write} no longer have any modular users Signed-off-by: Adrian Bunk Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/core/control.c b/sound/core/control.c index 396e98ed086a..6144d8ae2fff 100644 --- a/sound/core/control.c +++ b/sound/core/control.c @@ -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) {