From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752167Ab1KXHbj (ORCPT ); Thu, 24 Nov 2011 02:31:39 -0500 Received: from na3sys009aog103.obsmtp.com ([74.125.149.71]:42691 "EHLO na3sys009aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750900Ab1KXHbi (ORCPT ); Thu, 24 Nov 2011 02:31:38 -0500 Message-ID: <4ECDF2D0.2050505@ti.com> Date: Thu, 24 Nov 2011 13:01:28 +0530 From: Rajendra Nayak User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12 MIME-Version: 1.0 To: Stephen Rothwell CC: Mark Brown , Liam Girdwood , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, =?ISO-8859-1?Q?Heiko_St=FCbner?= Subject: Re: linux-next: build failure after merge of the regulator tree References: <20111124141046.fdb4b9b923d850b0686924c3@canb.auug.org.au> In-Reply-To: <20111124141046.fdb4b9b923d850b0686924c3@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 24 November 2011 08:40 AM, Stephen Rothwell wrote: > Hi all, > > After merging the regulator tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/regulator/gpio-regulator.c: In function 'gpio_regulator_probe': > drivers/regulator/gpio-regulator.c:287:8: error: too few arguments to function 'regulator_register' > include/linux/regulator/driver.h:215:23: note: declared here Thanks Stephen, I just posted a patch to fix this on the regulator for-next. https://lkml.org/lkml/2011/11/24/29 > > > Caused by commit 2c043bcbf287 ("regulator: pass additional of_node to > regulator_register()"). > > drivers/regulator/gpio-regulator.c was added in commit 3f0292ae8bb1 > ("regulator: Add driver for gpio-controlled regulators") which was > included in Linus' tree before v3.2-rc1. > > I have used the regulator tree from next-20111123 for today.