]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/kernel/bfin_dma_5xx.c
Blackfin arch: cleanup IO and DMA_IO API function definitions according to other...
[linux-2.6-omap-h63xx.git] / arch / blackfin / kernel / bfin_dma_5xx.c
index f0db6c5c8d1aecc60f23c219df30a596576504cf..858cca6a2afcb5f88228f9144149278d84ab68bf 100644 (file)
@@ -583,7 +583,7 @@ void *safe_dma_memcpy(void *dest, const void *src, size_t size)
 }
 EXPORT_SYMBOL(safe_dma_memcpy);
 
-void dma_outsb(void __iomem *addr, const void *buf, unsigned short len)
+void dma_outsb(const void __iomem *addr, const void *buf, unsigned short len)
 {
        unsigned long flags;
 
@@ -647,7 +647,7 @@ void dma_insb(const void __iomem *addr, void *buf, unsigned short len)
 }
 EXPORT_SYMBOL(dma_insb);
 
-void dma_outsw(void __iomem *addr, const void  *buf, unsigned short len)
+void dma_outsw(const void __iomem *addr, const void  *buf, unsigned short len)
 {
        unsigned long flags;
 
@@ -711,7 +711,7 @@ void dma_insw(const void __iomem *addr, void *buf, unsigned short len)
 }
 EXPORT_SYMBOL(dma_insw);
 
-void dma_outsl(void __iomem *addr, const void *buf, unsigned short len)
+void dma_outsl(const void __iomem *addr, const void *buf, unsigned short len)
 {
        unsigned long flags;