omap: iommu: remove unused exported API
commit384fa675795ae3796dbc263e5d0f35b9a27d6462
authorOhad Ben-Cohen <ohad@wizery.com>
Wed, 17 Aug 2011 19:29:46 +0000 (17 22:29 +0300)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 26 Aug 2011 09:46:01 +0000 (26 11:46 +0200)
tree3570a652de62f5a35f8421ab03ead183319dfeab
parent5a6a5b1bcca3247e9161ccada488965c94012c48
omap: iommu: remove unused exported API

Remove unused public APIs from OMAP's iommu driver.

IOMMU functionality should be exposed only via the generic IOMMU API;
this way drivers stay generic, and different IOMMU drivers
don't need to duplicate similar functionalities.

The rest of the API still exposed by OMAP's iommu will be evaluated
and eventually either added to the generic IOMMU API (if relevant),
or completely removed.

The intention is that OMAP's iommu driver will eventually not expose
any public API.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Acked-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/arm/plat-omap/include/plat/iommu.h
drivers/iommu/omap-iommu.c