iommu/omap: Do not export unneeded functions
authorSuman Anna <s-anna@ti.com>
Wed, 22 Oct 2014 22:22:32 +0000 (17:22 -0500)
committerJoerg Roedel <jroedel@suse.de>
Thu, 23 Oct 2014 12:33:47 +0000 (14:33 +0200)
commit4899a5636d535ba573a7e52b5ad7be1f886d40a3
tree887714f707ac73a044ff8db158dd0cc49992bca2
parentc55caec124512d8192ff21eb3c08df55c94f2db3
iommu/omap: Do not export unneeded functions

The following functions were exported previously for usage by
the OMAP IOMMU debug module:
omap_iommu_dump_ctx()
omap_dump_tlb_entries()
omap_iopgtable_store_entry()

These functions need not be exported anymore as the OMAP IOMMU
debugfs code is integrated with the OMAP IOMMU driver, and
there won't be external users for these functions. So, remove
the EXPORT_SYMBOL_GPL on these. The omap_iopgtable_store_entry()
is also made internal only, after making the 'pagetable' debugfs
entry read-only.

Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/omap-iommu.c
drivers/iommu/omap-iommu.h