iommu/omap: always provide iommu debug code
authorArnd Bergmann <arnd@arndb.de>
Sun, 2 Oct 2011 18:34:05 +0000 (14:34 -0400)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 10 Oct 2011 10:03:14 +0000 (12:03 +0200)
The iommu module on omap contains a few functions that are
only used by the debug module. These are however only there
when the debug code is built as a module. Since it is possible
to build the debug code into the kernel, the functions should
also be provided for the built-in case.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

No differences found