[PATCH v2] OMAP: IOMMU: add missing function declaration

2011-02-15 Thread David Cohen
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 --- arch/arm/plat-omap/include/plat/

Re: [PATCH v2] OMAP: IOMMU: add missing function declaration

2011-02-17 Thread Tony Lindgren
* Hiroshi DOYU [110215 05:07]: > From: David Cohen > Subject: [PATCH v2] OMAP: IOMMU: add missing function declaration > Date: Tue, 15 Feb 2011 13:31:13 +0200 > > > Declaration of exported function 'iopgtable_lookup_entry' is missing from > > header file. Cur

Re: [PATCH v2] OMAP: IOMMU: add missing function declaration

2011-02-15 Thread Hiroshi DOYU
From: David Cohen Subject: [PATCH v2] OMAP: IOMMU: add missing function declaration Date: Tue, 15 Feb 2011 13:31:13 +0200 > Declaration of exported function 'iopgtable_lookup_entry' is missing from > header file. Currently we have a sparse warning as it's not being used >