Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153890
b: refs/heads/master
c: 42b86e0
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and Mike Frysinger committed Jun 23, 2009
1 parent 2d41f51 commit 8948496
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ecf3e03cd513e8dba080d389b56bac11a2b0d8a
refs/heads/master: 42b86e06c7db365f1947dda9b75317cbb3c9fb5b
13 changes: 13 additions & 0 deletions trunk/arch/blackfin/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,17 @@ static inline void dma_sync_single_for_device(struct device *dev,
enum dma_data_direction dir)
{
}

static inline void dma_sync_sg_for_cpu(struct device *dev,
struct scatterlist *sg,
int nents, enum dma_data_direction dir)
{
}

static inline void dma_sync_sg_for_device(struct device *dev,
struct scatterlist *sg,
int nents, enum dma_data_direction dir)
{
}

#endif /* _BLACKFIN_DMA_MAPPING_H */

0 comments on commit 8948496

Please sign in to comment.