diff options
Diffstat (limited to 'arch/arm/include/asm/dma-mapping.h')
| -rw-r--r-- | arch/arm/include/asm/dma-mapping.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/arm/include/asm/dma-mapping.h b/arch/arm/include/asm/dma-mapping.h index 1cb8602dd9d..4ed149cbb32 100644 --- a/arch/arm/include/asm/dma-mapping.h +++ b/arch/arm/include/asm/dma-mapping.h | |||
| @@ -256,8 +256,17 @@ int dmabounce_sync_for_cpu(struct device *, dma_addr_t, unsigned long, | |||
| 256 | int dmabounce_sync_for_device(struct device *, dma_addr_t, unsigned long, | 256 | int dmabounce_sync_for_device(struct device *, dma_addr_t, unsigned long, |
| 257 | size_t, enum dma_data_direction); | 257 | size_t, enum dma_data_direction); |
| 258 | #else | 258 | #else |
| 259 | #define dmabounce_sync_for_cpu(dev,dma,off,sz,dir) (1) | 259 | static inline int dmabounce_sync_for_cpu(struct device *d, dma_addr_t addr, |
| 260 | #define dmabounce_sync_for_device(dev,dma,off,sz,dir) (1) | 260 | unsigned long offset, size_t size, enum dma_data_direction dir) |
| 261 | { | ||
| 262 | return 1; | ||
| 263 | } | ||
| 264 | |||
| 265 | static inline int dmabounce_sync_for_device(struct device *d, dma_addr_t addr, | ||
| 266 | unsigned long offset, size_t size, enum dma_data_direction dir) | ||
| 267 | { | ||
| 268 | return 1; | ||
| 269 | } | ||
| 261 | 270 | ||
| 262 | 271 | ||
| 263 | /** | 272 | /** |
