From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 17 Feb 2011 15:48:20 -0800 Subject: [PATCH v2] OMAP: IOMMU: add missing function declaration In-Reply-To: <20110215.150904.31489671848521371.Hiroshi.DOYU@nokia.com> References: <1297769473-24052-1-git-send-email-dacohen@gmail.com> <20110215.150904.31489671848521371.Hiroshi.DOYU@nokia.com> Message-ID: <20110217234820.GJ20795@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * 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. 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/iommu.h | 2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > Thanks. Tony, Please put this into your queue. Adding to devel-cleanup for the upcoming merge window. Tony