diff options
Diffstat (limited to 'drivers/iommu/omap-iommu.h')
-rw-r--r-- | drivers/iommu/omap-iommu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/iommu/omap-iommu.h b/drivers/iommu/omap-iommu.h index 478377924e8f..b18ceccd4845 100644 --- a/drivers/iommu/omap-iommu.h +++ b/drivers/iommu/omap-iommu.h | |||
@@ -190,14 +190,9 @@ static inline struct omap_iommu *dev_to_omap_iommu(struct device *dev) | |||
190 | /* | 190 | /* |
191 | * global functions | 191 | * global functions |
192 | */ | 192 | */ |
193 | extern void omap_iotlb_cr_to_e(struct cr_regs *cr, struct iotlb_entry *e); | ||
194 | |||
195 | extern int | 193 | extern int |
196 | omap_iopgtable_store_entry(struct omap_iommu *obj, struct iotlb_entry *e); | 194 | omap_iopgtable_store_entry(struct omap_iommu *obj, struct iotlb_entry *e); |
197 | 195 | ||
198 | extern int omap_foreach_iommu_device(void *data, | ||
199 | int (*fn)(struct device *, void *)); | ||
200 | |||
201 | #ifdef CONFIG_OMAP_IOMMU_DEBUG | 196 | #ifdef CONFIG_OMAP_IOMMU_DEBUG |
202 | extern ssize_t | 197 | extern ssize_t |
203 | omap_iommu_dump_ctx(struct omap_iommu *obj, char *buf, ssize_t len); | 198 | omap_iommu_dump_ctx(struct omap_iommu *obj, char *buf, ssize_t len); |