Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358817
b: refs/heads/master
c: fab112a
h: refs/heads/master
i:
  358815: afff27b
v: v3
  • Loading branch information
Hiroshi Doyu authored and Marek Szyprowski committed Feb 25, 2013
1 parent 7776abb commit 628848c
Show file tree
Hide file tree
Showing 2 changed files with 7 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: d09e1333ec6c8c6fe2875dc2763ebbac84efe8d7
refs/heads/master: fab112a394b9cf5e3bf888af6ff5076ba9fa0f06
6 changes: 6 additions & 0 deletions trunk/arch/arm/include/asm/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ struct pdev_archdata {
#endif
};

#ifdef CONFIG_ARM_DMA_USE_IOMMU
#define to_dma_iommu_mapping(dev) ((dev)->archdata.mapping)
#else
#define to_dma_iommu_mapping(dev) NULL
#endif

#endif

0 comments on commit 628848c

Please sign in to comment.