From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751536Ab2G0N0e (ORCPT ); Fri, 27 Jul 2012 09:26:34 -0400 Received: from mga14.intel.com ([143.182.124.37]:18290 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751108Ab2G0N0d (ORCPT ); Fri, 27 Jul 2012 09:26:33 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="173934542" Date: Fri, 27 Jul 2012 15:26:34 +0200 From: Samuel Ortiz To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Mark Brown Subject: Re: linux-next: Tree for July 25 (mfd/arizona) Message-ID: <20120727132634.GN16859@sortiz-mobl> References: <20120725143020.8c96b6d54b66364b69c330ad@canb.auug.org.au> <501038CF.9090902@xenotime.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <501038CF.9090902@xenotime.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Randy On Wed, Jul 25, 2012 at 11:19:59AM -0700, Randy Dunlap wrote: > On 07/24/2012 09:30 PM, Stephen Rothwell wrote: > > > Hi all, > > > > > > Changes since 20120724: > > > > > > The mfd tree gained a conflict against Linus' tree. > > > > on i386 and x86_64: > > CONFIG_MFD_ARIZONA=y > CONFIG_MFD_ARIZONA_I2C=m > CONFIG_MFD_CORE=m > > drivers/built-in.o: In function `arizona_dev_init': > (.devinit.text+0x3ab0): undefined reference to `mfd_add_devices' > drivers/built-in.o: In function `arizona_dev_init': > (.devinit.text+0x3fdc): undefined reference to `mfd_add_devices' > drivers/built-in.o: In function `arizona_dev_init': > (.devinit.text+0x3fff): undefined reference to `mfd_add_devices' > drivers/built-in.o: In function `arizona_dev_init': > (.devinit.text+0x4059): undefined reference to `mfd_remove_devices' > drivers/built-in.o: In function `arizona_dev_exit': > (.devexit.text+0x9): undefined reference to `mfd_remove_devices' > > because MFD_ARIZONA is bool, so builtin, while MFD_CORE=m, > so the builtin code cannot call the loadable module code. This is fixed now, by having MFD_ARIZONA selecting MFD_CORE. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/