iommu/omap: Migrate to the generic fault report mechanism
[deliverable/linux.git] / arch / arm / plat-omap / include / plat / iommu.h
index 7f1df0e18d514d5be617d8e986542ad6bbfd27ae..a1d79ee192503e3c14fd19fddb1bd24af933e0ad 100644 (file)
@@ -32,6 +32,7 @@ struct omap_iommu {
        void __iomem    *regbase;
        struct device   *dev;
        void            *isr_priv;
+       struct iommu_domain *domain;
 
        unsigned int    refcount;
        spinlock_t      iommu_lock;     /* global for this whole object */
@@ -48,8 +49,6 @@ struct omap_iommu {
        struct list_head        mmap;
        struct mutex            mmap_lock; /* protect mmap */
 
-       int (*isr)(struct omap_iommu *obj, u32 da, u32 iommu_errs, void *priv);
-
        void *ctx; /* iommu context: registres saved area */
        u32 da_start;
        u32 da_end;
This page took 0.026668 seconds and 5 git commands to generate.