]> git.hungrycats.org Git - linux/commitdiff
sound/core/pcm_lib.c: don't export static functions
authorAdrian Bunk <bunk@kernel.org>
Sat, 6 Oct 2007 20:29:05 +0000 (22:29 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sat, 6 Oct 2007 20:29:05 +0000 (22:29 +0200)
Static functions mustn't be exported.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
sound/core/pcm_lib.c

index eeba2f060955d3b3de52aaa39a3ae48d8d64f494..660f2a2e66b0fde7948b69d75e5e907b6a96aea0 100644 (file)
@@ -2699,8 +2699,6 @@ EXPORT_SYMBOL(_snd_pcm_hw_param_setinteger);
 EXPORT_SYMBOL(snd_pcm_hw_param_value_min);
 EXPORT_SYMBOL(snd_pcm_hw_param_value_max);
 EXPORT_SYMBOL(snd_pcm_hw_param_mask);
-EXPORT_SYMBOL(snd_pcm_hw_param_first);
-EXPORT_SYMBOL(snd_pcm_hw_param_last);
 EXPORT_SYMBOL(snd_pcm_hw_param_near);
 EXPORT_SYMBOL(snd_pcm_hw_param_set);
 EXPORT_SYMBOL(snd_pcm_hw_refine);
@@ -2724,8 +2722,6 @@ EXPORT_SYMBOL(snd_pcm_lib_write);
 EXPORT_SYMBOL(snd_pcm_lib_read);
 EXPORT_SYMBOL(snd_pcm_lib_writev);
 EXPORT_SYMBOL(snd_pcm_lib_readv);
-EXPORT_SYMBOL(snd_pcm_lib_buffer_bytes);
-EXPORT_SYMBOL(snd_pcm_lib_period_bytes);
 /* pcm_memory.c */
 EXPORT_SYMBOL(snd_pcm_lib_preallocate_free_for_all);
 EXPORT_SYMBOL(snd_pcm_lib_preallocate_pages);