aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/sound.c')
-rw-r--r--sound/core/sound.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/core/sound.c b/sound/core/sound.c
index bc8ad0017984..e94eebd8ad6f 100644
--- a/sound/core/sound.c
+++ b/sound/core/sound.c
@@ -407,8 +407,6 @@ EXPORT_SYMBOL(snd_unregister_oss_device);
407EXPORT_SYMBOL(snd_hidden_kmalloc); 407EXPORT_SYMBOL(snd_hidden_kmalloc);
408EXPORT_SYMBOL(snd_hidden_kcalloc); 408EXPORT_SYMBOL(snd_hidden_kcalloc);
409EXPORT_SYMBOL(snd_hidden_kfree); 409EXPORT_SYMBOL(snd_hidden_kfree);
410EXPORT_SYMBOL(snd_hidden_vmalloc);
411EXPORT_SYMBOL(snd_hidden_vfree);
412EXPORT_SYMBOL(snd_hidden_kstrdup); 410EXPORT_SYMBOL(snd_hidden_kstrdup);
413#endif 411#endif
414EXPORT_SYMBOL(copy_to_user_fromio); 412EXPORT_SYMBOL(copy_to_user_fromio);
@@ -487,6 +485,7 @@ EXPORT_SYMBOL(snd_ctl_unregister_ioctl_compat);
487EXPORT_SYMBOL(snd_ctl_elem_read); 485EXPORT_SYMBOL(snd_ctl_elem_read);
488EXPORT_SYMBOL(snd_ctl_elem_write); 486EXPORT_SYMBOL(snd_ctl_elem_write);
489 /* misc.c */ 487 /* misc.c */
488EXPORT_SYMBOL(release_and_free_resource);
490#ifdef CONFIG_SND_VERBOSE_PRINTK 489#ifdef CONFIG_SND_VERBOSE_PRINTK
491EXPORT_SYMBOL(snd_verbose_printk); 490EXPORT_SYMBOL(snd_verbose_printk);
492#endif 491#endif
@@ -497,6 +496,4 @@ EXPORT_SYMBOL(snd_verbose_printd);
497#ifdef CONFIG_SND_DEBUG_MEMORY 496#ifdef CONFIG_SND_DEBUG_MEMORY
498EXPORT_SYMBOL(snd_wrapper_kmalloc); 497EXPORT_SYMBOL(snd_wrapper_kmalloc);
499EXPORT_SYMBOL(snd_wrapper_kfree); 498EXPORT_SYMBOL(snd_wrapper_kfree);
500EXPORT_SYMBOL(snd_wrapper_vmalloc);
501EXPORT_SYMBOL(snd_wrapper_vfree);
502#endif 499#endif