ARM: OMAP2+: Remove legacy device instantiation of IOMMUs
authorSuman Anna <s-anna@ti.com>
Wed, 16 Sep 2015 23:48:19 +0000 (18:48 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 30 Nov 2015 18:35:07 +0000 (10:35 -0800)
commitdd20b0d5c74bc2157a2444f5173dabdc6449aa4d
tree9d34383f0e7b1150fc715884edeff450cf0c6301
parent1539569bc95c6b65016160af842f7fbb9085f8bb
ARM: OMAP2+: Remove legacy device instantiation of IOMMUs

The legacy-style IOMMU device creation is maintained currently only
for OMAP3 SoC, as all other SoCs are DT-boot only, and also to ensure
functionality of the OMAP3 ISP driver, the only in-kernel client user
on OMAP3 that supported both modes.

Commit 78c66fbcec71 ("[media] v4l: omap3isp: Drop platform data support")
removed the legacy device support from the OMAP3 ISP driver, so the
legacy device instantiation of OMAP IOMMU devices is no longer
needed, and is cleaned up.

Signed-off-by: Suman Anna <s-anna@ti.com>
[tony@atomide.com: updated to remove also the Makefile entry]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/omap-iommu.c [deleted file]