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 / trident / trident_memory.c
index aff3f87..46c6982 100644 (file)
@@ -349,7 +349,6 @@ snd_trident_synth_alloc(struct snd_trident *hw, unsigned int size)
        return blk;
 }
 
-EXPORT_SYMBOL(snd_trident_synth_alloc);
 
 /*
  * free a synth sample area
@@ -366,7 +365,6 @@ snd_trident_synth_free(struct snd_trident *hw, struct snd_util_memblk *blk)
        return 0;
 }
 
-EXPORT_SYMBOL(snd_trident_synth_free);
 
 /*
  * reset TLB entry and free kernel page
@@ -488,4 +486,3 @@ int snd_trident_synth_copy_from_user(struct snd_trident *trident,
        return 0;
 }
 
-EXPORT_SYMBOL(snd_trident_synth_copy_from_user);