From: Suman Anna Date: Wed, 22 Oct 2014 22:22:22 +0000 (-0500) Subject: iommu/omap: Remove conditional definition of dev_to_omap_iommu() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~103^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533b40cccd2fbe8cf6ba361cab7e99f626be45bf;p=pandora-kernel.git iommu/omap: Remove conditional definition of dev_to_omap_iommu() The dev_to_omap_iommu() is local to the OMAP IOMMU modules, and need not be defined conditionally. The CONFIG_IOMMU_API dependency check was added in the past to fix a compilation issue back when the header resided in the arch/arm layers, and is no longer needed. While at this, fix the header against double inclusion as well. Signed-off-by: Suman Anna Acked-by: Laurent Pinchart Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed