X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fcore%2Fmisc.c;h=b53e563c09e60d0e16f843bb034d0842df0cc432;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=03fc711f4127a5d361cc9b349ef7258c224136d9;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/sound/core/misc.c b/sound/core/misc.c index 03fc711f4..b53e563c0 100644 --- a/sound/core/misc.c +++ b/sound/core/misc.c @@ -34,8 +34,6 @@ void release_and_free_resource(struct resource *res) } } -EXPORT_SYMBOL(release_and_free_resource); - #ifdef CONFIG_SND_VERBOSE_PRINTK void snd_verbose_printk(const char *file, int line, const char *format, ...) { @@ -53,8 +51,6 @@ void snd_verbose_printk(const char *file, int line, const char *format, ...) vprintk(format, args); va_end(args); } - -EXPORT_SYMBOL(snd_verbose_printk); #endif #if defined(CONFIG_SND_DEBUG) && defined(CONFIG_SND_VERBOSE_PRINTK) @@ -75,6 +71,4 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...) va_end(args); } - -EXPORT_SYMBOL(snd_verbose_printd); #endif