From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:40163 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750754Ab0KSFdK (ORCPT ); Fri, 19 Nov 2010 00:33:10 -0500 Date: Fri, 19 Nov 2010 11:03:06 +0530 From: Pavan Kondeti Subject: Re: [PATCH] msm: io: Export __msm_ioremap Message-ID: <20101119053306.GE11700@codeaurora.org> References: <1289297489-17276-1-git-send-email-pkondeti@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1289297489-17276-1-git-send-email-pkondeti@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: dwalker@codeaurora.org Cc: linux-arm-msm@vger.kernel.org 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 > --- > 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.