From: Ohad Ben-Cohen Date: Mon, 10 Oct 2011 22:18:33 +0000 (+0200) Subject: iommu/omap: eliminate the public omap_find_iommu_device() method X-Git-Tag: v3.3-rc1~120^2~1^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fabdbca8c991dfa0ea1ff26214ae7d18e5740cc3;p=pandora-kernel.git iommu/omap: eliminate the public omap_find_iommu_device() method Eliminate the public omap_find_iommu_device() method, and don't expect clients to provide the omap_iommu handle anymore. Instead, OMAP's iommu driver now utilizes dev_archdata's private iommu extension to be able to access the required iommu information. This way OMAP IOMMU users are now able to use the generic IOMMU API without having to call any omap-specific binding method. Update omap3isp appropriately. Signed-off-by: Ohad Ben-Cohen Acked-by: Laurent Pinchart Acked-by: Tony Lindgren Cc: Hiroshi Doyu --- Reading git-diff-tree failed