This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / au1000 / common / dma.c
index 0035a9b..f364091 100644 (file)
@@ -30,7 +30,6 @@
  *
  */
 
-#include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/sched.h>
@@ -38,7 +37,6 @@
 #include <linux/string.h>
 #include <linux/delay.h>
 #include <linux/interrupt.h>
-#include <linux/module.h>
 #include <asm/system.h>
 #include <asm/mach-au1x00/au1000.h>
 #include <asm/mach-au1x00/au1000_dma.h>
@@ -73,7 +71,6 @@ struct dma_chan au1000_dma_table[NUM_AU1000_DMA_CHANNELS] = {
       {.dev_id = -1,},
       {.dev_id = -1,}
 };
-EXPORT_SYMBOL(au1000_dma_table);
 
 // Device FIFO addresses and default DMA modes
 static const struct dma_dev {
@@ -219,7 +216,6 @@ int request_au1000_dma(int dev_id, const char *dev_str,
 
        return i;
 }
-EXPORT_SYMBOL(request_au1000_dma);
 
 void free_au1000_dma(unsigned int dmanr)
 {
@@ -237,6 +233,4 @@ void free_au1000_dma(unsigned int dmanr)
        chan->irq_dev = NULL;
        chan->dev_id = -1;
 }
-EXPORT_SYMBOL(free_au1000_dma);
-
 #endif // AU1000 AU1500 AU1100