This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / jazz / jazzdma.c
index 79ac935..ceda294 100644 (file)
@@ -304,8 +304,6 @@ unsigned long vdma_phys2log(unsigned long paddr)
        return (i << 12) + (paddr & (VDMA_PAGESIZE - 1));
 }
 
-EXPORT_SYMBOL(vdma_phys2log);
-
 /*
  * Translate a logical DMA address to a physical address
  */
@@ -396,8 +394,6 @@ void vdma_enable(int channel)
                          R4030_CHNL_ENABLE);
 }
 
-EXPORT_SYMBOL(vdma_enable);
-
 /*
  * Disable a DMA channel
  */
@@ -433,8 +429,6 @@ void vdma_disable(int channel)
        *((volatile unsigned int *) JAZZ_DUMMY_DEVICE);
 }
 
-EXPORT_SYMBOL(vdma_disable);
-
 /*
  * Set DMA mode. This function accepts the mode values used
  * to set a PC-style DMA controller. For the SCSI and FDC
@@ -502,8 +496,6 @@ void vdma_set_mode(int channel, int mode)
        }
 }
 
-EXPORT_SYMBOL(vdma_set_mode);
-
 /*
  * Set Transfer Address
  */
@@ -516,8 +508,6 @@ void vdma_set_addr(int channel, long addr)
        r4030_write_reg32(JAZZ_R4030_CHNL_ADDR + (channel << 5), addr);
 }
 
-EXPORT_SYMBOL(vdma_set_addr);
-
 /*
  * Set Transfer Count
  */
@@ -530,8 +520,6 @@ void vdma_set_count(int channel, int count)
        r4030_write_reg32(JAZZ_R4030_CHNL_COUNT + (channel << 5), count);
 }
 
-EXPORT_SYMBOL(vdma_set_count);
-
 /*
  * Get Residual
  */