Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / sound / pci / emu10k1 / voice.c
index 94eca82..56ffb7d 100644 (file)
@@ -139,8 +139,6 @@ int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number,
        return result;
 }
 
-EXPORT_SYMBOL(snd_emu10k1_voice_alloc);
-
 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu,
                           struct snd_emu10k1_voice *pvoice)
 {
@@ -155,5 +153,3 @@ int snd_emu10k1_voice_free(struct snd_emu10k1 *emu,
        spin_unlock_irqrestore(&emu->voice_lock, flags);
        return 0;
 }
-
-EXPORT_SYMBOL(snd_emu10k1_voice_free);