From: Suman Anna Date: Wed, 22 Oct 2014 22:22:20 +0000 (-0500) Subject: iommu/omap: Remove unused isr_priv field from omap_iommu X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4cfcf2ab01617401236b84c3539a59099592c7f3;p=linux-beck.git 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 Acked-by: Laurent Pinchart Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/omap-iommu.h b/drivers/iommu/omap-iommu.h index 5c1400024e35..18a0f3a138d9 100644 --- a/drivers/iommu/omap-iommu.h +++ b/drivers/iommu/omap-iommu.h @@ -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 */