summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerrit Code Review <gerrit2@git-master.nvidia.com>2010-01-14 00:13:39 +0200
committerGerrit Code Review <gerrit2@git-master.nvidia.com>2010-01-14 00:13:39 +0200
commit64aa1762c011e04b72f86372debd25aa64910b06 (patch)
treef914d2334dbdfdd75f3fe506b469b114785f6f29
parentc5161aaecd530b380c85446f3a1f6619ed3da6cd (diff)
parentb9ad8db2da9c5b6f73fdbee9a98bbc76a25b6e6b (diff)
Merge change Ib9ad8db2 into android-tegra-2.6.29
* changes: ARM: 5857/1: ARM: dmabounce: fix build
-rw-r--r--arch/arm/common/dmabounce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/dmabounce.c b/arch/arm/common/dmabounce.c
index a0d1b2113df4..21f14ee48533 100644
--- a/arch/arm/common/dmabounce.c
+++ b/arch/arm/common/dmabounce.c
@@ -311,7 +311,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);
}