omap: iommu: Gracefully fail iommu_enable if no arch_iommu is registered
commitef4815ab1ff10d642c21ef92faa6544934bc78d1
authorMartin Hostettler <martin@neutronstar.dyndns.org>
Thu, 24 Feb 2011 20:51:31 +0000 (24 12:51 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 24 Feb 2011 20:51:31 +0000 (24 12:51 -0800)
treea1eb3c43e281203282f6b0dc193aa07082357df0
parent7cab8713b1ed0dab08ad6458f92a40b7ff4be619
omap: iommu: Gracefully fail iommu_enable if no arch_iommu is registered

In a modular build of the iommu code it's possible that the arch iommu code
isn't loaded when trying to enable the iommu. Instead of blindly following a
null pointer return -NODEV in that case.

Signed-off-by: Martin Hostettler <martin@neutronstar.dyndns.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/iommu.c