From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [SPI] Fix section mismatch in spi-pl022.c Date: Mon, 13 Feb 2012 11:58:16 -0700 Message-ID: <20120213185816.GE11077@ponder.secretlab.ca> References: <20120213095228.GC15338@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, Linus Walleij , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Russell King - ARM Linux Return-path: Content-Disposition: inline In-Reply-To: <20120213095228.GC15338-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spi-devel-general-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-spi.vger.kernel.org On Mon, Feb 13, 2012 at 09:52:29AM +0000, Russell King - ARM Linux wrote: > From: Russell King > > WARNING: drivers/spi/built-in.o(.devinit.text+0xdb8): Section mismatch in reference from the function pl022_probe() to the function .init.text:pl022_dma_probe() > The function __devinit pl022_probe() references > a function __init pl022_dma_probe(). > If pl022_dma_probe is only used by pl022_probe then > annotate pl022_dma_probe with a matching annotation. > > Signed-off-by: Russell King Applied, thanks. g. > --- > drivers/spi/spi-pl022.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c > index 2f9cb43..f37ad22 100644 > --- a/drivers/spi/spi-pl022.c > +++ b/drivers/spi/spi-pl022.c > @@ -1083,7 +1083,7 @@ static int configure_dma(struct pl022 *pl022) > return -ENOMEM; > } > > -static int __init pl022_dma_probe(struct pl022 *pl022) > +static int __devinit pl022_dma_probe(struct pl022 *pl022) > { > dma_cap_mask_t mask; > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2