]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/common/dmabounce.c
Merge remote branch 'korg/drm-radeon-testing' into drm-next-stage
[mv-sheeva.git] / arch / arm / common / dmabounce.c
index bc90364a96c7bf364fdd10aa198a0d93ab2af2b3..cc32c1e54a59825dc93fcbba098fcdbd51d9c8f0 100644 (file)
@@ -312,7 +312,7 @@ static inline void unmap_single(struct device *dev, dma_addr_t dma_addr,
                         * we need to ensure that the data will be coherent
                         * with user mappings.
                         */
-                       __cpuc_flush_kernel_dcache_area(ptr, size);
+                       __cpuc_flush_dcache_area(ptr, size);
                }
                free_safe_buffer(dev->archdata.dmabounce, buf);
        }