* [PATCH v2] OMAP: IOMMU: add missing function declaration
@ 2011-02-15 11:31 David Cohen
2011-02-15 13:09 ` Hiroshi DOYU
0 siblings, 1 reply; 3+ messages in thread
From: David Cohen @ 2011-02-15 11:31 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
arch/arm/plat-omap/include/plat/iommu.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-omap/include/plat/iommu.h b/arch/arm/plat-omap/include/plat/iommu.h
index 69230d6..19cbb5e 100644
--- a/arch/arm/plat-omap/include/plat/iommu.h
+++ b/arch/arm/plat-omap/include/plat/iommu.h
@@ -154,6 +154,8 @@ extern void flush_iotlb_range(struct iommu *obj, u32 start, u32 end);
extern void flush_iotlb_all(struct iommu *obj);
extern int iopgtable_store_entry(struct iommu *obj, struct iotlb_entry *e);
+extern void iopgtable_lookup_entry(struct iommu *obj, u32 da, u32 **ppgd,
+ u32 **ppte);
extern size_t iopgtable_clear_entry(struct iommu *obj, u32 iova);
extern int iommu_set_da_range(struct iommu *obj, u32 start, u32 end);
--
1.7.2.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2] OMAP: IOMMU: add missing function declaration
2011-02-15 11:31 [PATCH v2] OMAP: IOMMU: add missing function declaration David Cohen
@ 2011-02-15 13:09 ` Hiroshi DOYU
2011-02-17 23:48 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Hiroshi DOYU @ 2011-02-15 13:09 UTC (permalink / raw)
To: linux-arm-kernel
From: David Cohen <dacohen@gmail.com>
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 <dacohen@gmail.com>
> ---
> arch/arm/plat-omap/include/plat/iommu.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
Thanks. Tony, Please put this into your queue.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] OMAP: IOMMU: add missing function declaration
2011-02-15 13:09 ` Hiroshi DOYU
@ 2011-02-17 23:48 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2011-02-17 23:48 UTC (permalink / raw)
To: linux-arm-kernel
* Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [110215 05:07]:
> From: David Cohen <dacohen@gmail.com>
> 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 <dacohen@gmail.com>
> > ---
> > 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-17 23:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 11:31 [PATCH v2] OMAP: IOMMU: add missing function declaration David Cohen
2011-02-15 13:09 ` Hiroshi DOYU
2011-02-17 23:48 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).