]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/include/asm/dma-mapping.h
ARM: dma-mapping: remove init_consistent_dma_size() stub
[karo-tx-linux.git] / arch / arm / include / asm / dma-mapping.h
index 23004847bb057becd348b5d1e870235b633acedd..8ea02ac3ec1a8d2a4d659f179ed135b05b9075ff 100644 (file)
@@ -210,13 +210,6 @@ static inline void dma_free_writecombine(struct device *dev, size_t size,
  */
 extern void __init init_dma_coherent_pool_size(unsigned long size);
 
-/*
- * This can be called during boot to increase the size of the consistent
- * DMA region above it's default value of 2MB. It must be called before the
- * memory allocator is initialised, i.e. before any core_initcall.
- */
-static inline void init_consistent_dma_size(unsigned long size) { }
-
 /*
  * For SA-1111, IXP425, and ADI systems  the dma-mapping functions are "magic"
  * and utilize bounce buffers as needed to work around limited DMA windows.