linux 2.6.16.38 w/ vs2.0.3-rc1
[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);