]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/include/asm/dma-mapping.h
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[mv-sheeva.git] / arch / arm / include / asm / dma-mapping.h
index b5ccc6a993d59fc94d8eeb02d857946e4502a959..c226fe10553e2952ec982ef3ec5fcaf8538586e0 100644 (file)
@@ -144,16 +144,6 @@ static inline int dma_set_mask(struct device *dev, u64 dma_mask)
        return 0;
 }
 
-static inline int dma_get_cache_alignment(void)
-{
-       return 32;
-}
-
-static inline int dma_is_consistent(struct device *dev, dma_addr_t handle)
-{
-       return !!arch_is_coherent();
-}
-
 /*
  * DMA errors are defined by all-bits-set in the DMA address.
  */