diff options
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/control.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) | |||
716 | return result; | 716 | return result; |
717 | } | 717 | } |
718 | 718 | ||
719 | EXPORT_SYMBOL(snd_ctl_elem_read); | ||
720 | |||
721 | static int snd_ctl_elem_read_user(struct snd_card *card, | 719 | static int snd_ctl_elem_read_user(struct snd_card *card, |
722 | struct snd_ctl_elem_value __user *_control) | 720 | struct snd_ctl_elem_value __user *_control) |
723 | { | 721 | { |
@@ -781,8 +779,6 @@ int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file, | |||
781 | return result; | 779 | return result; |
782 | } | 780 | } |
783 | 781 | ||
784 | EXPORT_SYMBOL(snd_ctl_elem_write); | ||
785 | |||
786 | static int snd_ctl_elem_write_user(struct snd_ctl_file *file, | 782 | static int snd_ctl_elem_write_user(struct snd_ctl_file *file, |
787 | struct snd_ctl_elem_value __user *_control) | 783 | struct snd_ctl_elem_value __user *_control) |
788 | { | 784 | { |