From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Ortiz Subject: Re: linux-next: build failure after merge of the mfd tree Date: Mon, 9 Jul 2012 12:52:58 +0200 Message-ID: <20120709105258.GJ15345@sortiz-mobl> References: <20120709135719.5c8b0f033520f5981efb2c93@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga09.intel.com ([134.134.136.24]:54116 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752721Ab2GIKl3 (ORCPT ); Mon, 9 Jul 2012 06:41:29 -0400 Content-Disposition: inline In-Reply-To: <20120709135719.5c8b0f033520f5981efb2c93@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Mark Brown Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Hi Stephen, Mark, On Mon, Jul 09, 2012 at 01:57:19PM +1000, Stephen Rothwell wrote: > Hi Samuel, > > After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > ERROR: "arizona_dai_ops" [sound/soc/codecs/snd-soc-wm5102.ko] undefined! > ERROR: "wm5102_aod" [drivers/mfd/arizona-irq.ko] undefined! > ERROR: "wm5102_irq" [drivers/mfd/arizona-irq.ko] undefined! > ERROR: "irq_set_chip_and_handler_name" [drivers/mfd/arizona-irq.ko] undefined! > ERROR: "wm5102_patch" [drivers/mfd/arizona-core.ko] undefined! > ERROR: "arizona_irq_init" [drivers/mfd/arizona-core.ko] undefined! > ERROR: "arizona_irq_exit" [drivers/mfd/arizona-core.ko] undefined! > I pushed a patch that fixes the following build failures: ERROR: "wm5102_aod" [drivers/mfd/arizona-irq.ko] undefined! ERROR: "wm5102_irq" [drivers/mfd/arizona-irq.ko] undefined! ERROR: "irq_set_chip_and_handler_name" [drivers/mfd/arizona-irq.ko] undefined! ERROR: "wm5102_patch" [drivers/mfd/arizona-core.ko] undefined! ERROR: "arizona_irq_init" [drivers/mfd/arizona-core.ko] undefined! ERROR: "arizona_irq_exit" [drivers/mfd/arizona-core.ko] undefined! This one: ERROR: "arizona_dai_ops" [sound/soc/codecs/snd-soc-wm5102.ko] undefined! comes from the fact that arizon_dai_ops is not an exported symbol while snd-soc-wm5102 is built as a module. This is coming from Mark's sound tree. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/