omap: IOMMU: add missing function declaration
authorDavid Cohen <dacohen@gmail.com>
Tue, 15 Feb 2011 11:31:13 +0000 (11:31 +0000)
committerTony Lindgren <tony@atomide.com>
Thu, 17 Feb 2011 23:48:00 +0000 (15:48 -0800)
Declaration of exported function 'iopgtable_lookup_entry' is missing from
header file. Currently we have a sparse warning as it's not being used
externally. Adding its declaration to avoid such warning and allow its usage
in future.

Signed-off-by: David Cohen <dacohen@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found