From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Ortiz Subject: Re: linux-next: Tree for December 3 (MFD) Date: Sun, 7 Dec 2008 21:22:49 +0100 Message-ID: <20081207202248.GA3928@sortiz.org> References: <20081203183602.c06f8c39.sfr@canb.auug.org.au> <49373373.2080901@oracle.com> Reply-To: Samuel Ortiz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from 3a.49.1343.static.theplanet.com ([67.19.73.58]:54362 "EHLO pug.o-hand.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbYLGUUV (ORCPT ); Sun, 7 Dec 2008 15:20:21 -0500 Content-Disposition: inline In-Reply-To: <49373373.2080901@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , David Brownell On Wed, Dec 03, 2008 at 05:33:39PM -0800, Randy Dunlap wrote: > Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20081202: > > > > Today's tree fails the powerpc allyesconfig build. > > > drivers/mfd/twl4030-core.c uses clk_get_rate() and clk_put(), > but they don't seem to exist for x86, so I'm getting build errors: > > twl4030-core.c:(.text+0x16a797): undefined reference to `clk_get_rate' > twl4030-core.c:(.text+0x16a7a6): undefined reference to `clk_put' On my build system, I can't trigger this build error until I remove the osc = ERR_PTR(-EIO); line. I assume gcc is smart enough to compile the rest of the code out when osc is set to ERR_PTR(). Anyway, the fix is now part of my for-next branch. Cheers, Samuel. > > ~Randy -- Intel Open Source Technology Centre http://oss.intel.com/