iommu/omap: Remove omap_iommu_domain_has_cap() function
authorSuman Anna <s-anna@ti.com>
Tue, 18 Mar 2014 01:31:33 +0000 (20:31 -0500)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 16 Apr 2014 14:30:14 +0000 (16:30 +0200)
commit2ac6133bf6280350105b3181bbed31fb183b9734
tree6385cba369227fcfd84422edd4ea2c45c07a6124
parentd760e3e0f1afb96e0b813384258cea0afcf1b4d4
iommu/omap: Remove omap_iommu_domain_has_cap() function

The current OMAP IOMMU ops for .domain_has_cap is a stub,
and the iommu core already returns a value of 0 if the
domain doesn't have a .domain_has_cap ops plugged in. So,
clean up this stub function.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/iommu/omap-iommu.c