1
0
Fork 0

iommu/omap: Remove unused isr_priv field from omap_iommu

The isr_priv field is a left-over from before the IOMMU API
adaptation, this was used to store the callback data. This is
no longer relevant, so remove it.

Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
hifive-unleashed-5.1
Suman Anna 2014-10-22 17:22:20 -05:00 committed by Joerg Roedel
parent 2088ecba93
commit 4cfcf2ab01
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ struct omap_iommu {
const char *name;
void __iomem *regbase;
struct device *dev;
void *isr_priv;
struct iommu_domain *domain;
spinlock_t iommu_lock; /* global for this whole object */