Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331306
b: refs/heads/master
c: 7460f14
h: refs/heads/master
v: v3
  • Loading branch information
Omar Ramirez Luna authored and Paul Walmsley committed Sep 23, 2012
1 parent 655f920 commit 3de05bd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 53cce97c3922fe4c08d2474e4f7b1968e79d7219
refs/heads/master: 7460f1407ed8d46042b81a4227f19bc03e4d1072
2 changes: 2 additions & 0 deletions trunk/arch/arm/plat-omap/include/plat/iommu.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ struct omap_iommu_arch_data {
struct omap_iommu *iommu_dev;
};

#ifdef CONFIG_IOMMU_API
/**
* dev_to_omap_iommu() - retrieves an omap iommu object from a user device
* @dev: iommu client device
Expand All @@ -136,6 +137,7 @@ static inline struct omap_iommu *dev_to_omap_iommu(struct device *dev)

return arch_data->iommu_dev;
}
#endif

/* IOMMU errors */
#define OMAP_IOMMU_ERR_TLB_MISS (1 << 0)
Expand Down

0 comments on commit 3de05bd

Please sign in to comment.