瀏覽代碼

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>
Suman Anna 10 年之前
父節點
當前提交
4cfcf2ab01
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/iommu/omap-iommu.h

+ 0 - 1
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 */