linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] msm: io: Export __msm_ioremap
@ 2010-11-09 10:11 Pavankumar Kondeti
  2010-11-19  5:33 ` Pavan Kondeti
  0 siblings, 1 reply; 3+ messages in thread
From: Pavankumar Kondeti @ 2010-11-09 10:11 UTC (permalink / raw)
  To: dwalker; +Cc: linux-arm-msm, Pavankumar Kondeti

This is required for modules to use ioremap()

Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
---
 arch/arm/mach-msm/io.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
index d36b610..f912d7b 100644
--- a/arch/arm/mach-msm/io.c
+++ b/arch/arm/mach-msm/io.c
@@ -163,3 +163,4 @@ __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
 	return __arm_ioremap_caller(phys_addr, size, mtype,
 		__builtin_return_address(0));
 }
+EXPORT_SYMBOL(__msm_ioremap);
-- 
1.7.1

--
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] msm: io: Export __msm_ioremap
  2010-11-09 10:11 [PATCH] msm: io: Export __msm_ioremap Pavankumar Kondeti
@ 2010-11-19  5:33 ` Pavan Kondeti
  2010-11-19 17:58   ` Daniel Walker
  0 siblings, 1 reply; 3+ messages in thread
From: Pavan Kondeti @ 2010-11-19  5:33 UTC (permalink / raw)
  To: dwalker; +Cc: linux-arm-msm

Hi Daniel,

On Tue, Nov 09, 2010 at 03:41:29PM +0530, Pavankumar Kondeti wrote:
> This is required for modules to use ioremap()
> 
> Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
> ---
>  arch/arm/mach-msm/io.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
> index d36b610..f912d7b 100644
> --- a/arch/arm/mach-msm/io.c
> +++ b/arch/arm/mach-msm/io.c
> @@ -163,3 +163,4 @@ __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
>  	return __arm_ioremap_caller(phys_addr, size, mtype,
>  		__builtin_return_address(0));
>  }
> +EXPORT_SYMBOL(__msm_ioremap);

ping

-- 
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] msm: io: Export __msm_ioremap
  2010-11-19  5:33 ` Pavan Kondeti
@ 2010-11-19 17:58   ` Daniel Walker
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Walker @ 2010-11-19 17:58 UTC (permalink / raw)
  To: Pavan Kondeti; +Cc: linux-arm-msm

On Fri, 2010-11-19 at 11:03 +0530, Pavan Kondeti wrote:
> Hi Daniel,
> 
> On Tue, Nov 09, 2010 at 03:41:29PM +0530, Pavankumar Kondeti wrote:
> > This is required for modules to use ioremap()
> > 
> > Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
> > ---
> >  arch/arm/mach-msm/io.c |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
> > index d36b610..f912d7b 100644
> > --- a/arch/arm/mach-msm/io.c
> > +++ b/arch/arm/mach-msm/io.c
> > @@ -163,3 +163,4 @@ __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
> >  	return __arm_ioremap_caller(phys_addr, size, mtype,
> >  		__builtin_return_address(0));
> >  }
> > +EXPORT_SYMBOL(__msm_ioremap);
> 
> ping


Sorry, I must have overlooked it . It's my tree now tho.

Daniel

-- 
Sent by an consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora
Forum.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-19 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-09 10:11 [PATCH] msm: io: Export __msm_ioremap Pavankumar Kondeti
2010-11-19  5:33 ` Pavan Kondeti
2010-11-19 17:58   ` Daniel Walker

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).