linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / sound / core / isadma.c
index d523987..1a37895 100644 (file)
@@ -56,8 +56,6 @@ void snd_dma_program(unsigned long dma,
        release_dma_lock(flags);
 }
 
-EXPORT_SYMBOL(snd_dma_program);
-
 /**
  * snd_dma_disable - stop the ISA DMA transfer
  * @dma: the dma number
@@ -74,8 +72,6 @@ void snd_dma_disable(unsigned long dma)
        release_dma_lock(flags);
 }
 
-EXPORT_SYMBOL(snd_dma_disable);
-
 /**
  * snd_dma_pointer - return the current pointer to DMA transfer buffer in bytes
  * @dma: the dma number
@@ -105,5 +101,3 @@ unsigned int snd_dma_pointer(unsigned long dma, unsigned int size)
        else
                return size - result;
 }
-
-EXPORT_SYMBOL(snd_dma_pointer);