Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760008Ab2FURfS (ORCPT ); Thu, 21 Jun 2012 13:35:18 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60650 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759990Ab2FURfQ (ORCPT ); Thu, 21 Jun 2012 13:35:16 -0400 Date: Thu, 21 Jun 2012 10:35:51 -0700 From: Andrew Morton To: Stephen Rothwell Cc: "Kim, Milo" , Mark Brown , , , Stephen Warren , "Girdwood, Liam" , axel.lin@gmail.com, Alberto Panizzo , Jingoo Han , Richard Purdie , Grant Likely Subject: Re: linux-next: build failure after merge of the regulator tree Message-Id: <20120621103551.1f3b7ad9.akpm@linux-foundation.org> In-Reply-To: <20120621210412.72321b3ff43d50930b17f760@canb.auug.org.au> References: <20120621132738.6e797593acc58b3e30902f69@canb.auug.org.au> <20120621210412.72321b3ff43d50930b17f760@canb.auug.org.au> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1468 Lines: 43 On Thu, 21 Jun 2012 21:04:12 +1000 Stephen Rothwell wrote: > This export is needed for a patch in the regulator tree, so can we have > that patch sent to Linus ASAP, please? Shall do. From: Andrew Morton Subject: drivers/gpio/devres.c: export devm_gpio_request_one() to modules Several drivers in linux-next and possibly mainline are failing due to this missing export. Cc: Alberto Panizzo Cc: Jingoo Han Cc: Richard Purdie Cc: Grant Likely Cc: Mark Brown Cc: Stephen Rothwell Signed-off-by: Andrew Morton --- drivers/gpio/devres.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/gpio/devres.c~drivers-gpio-devresc-export-devm_gpio_request_one-to-modules drivers/gpio/devres.c --- a/drivers/gpio/devres.c~drivers-gpio-devresc-export-devm_gpio_request_one-to-modules +++ a/drivers/gpio/devres.c @@ -98,6 +98,7 @@ int devm_gpio_request_one(struct device return 0; } +EXPORT_SYMBOL(devm_gpio_request_one); /** * devm_gpio_free - free an interrupt _ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/