From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932269Ab0DGGGU (ORCPT ); Wed, 7 Apr 2010 02:06:20 -0400 Received: from cantor.suse.de ([195.135.220.2]:53170 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752682Ab0DGGGO (ORCPT ); Wed, 7 Apr 2010 02:06:14 -0400 Date: Wed, 07 Apr 2010 08:06:13 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Risto Suominen Subject: Re: linux-next: build failure after merge of the sound tree In-Reply-To: <20100407133919.94b44bf1.sfr@canb.auug.org.au> References: <20100407133919.94b44bf1.sfr@canb.auug.org.au> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 7 Apr 2010 13:39:19 +1000, Stephen Rothwell wrote: > > Hi Takashi, > > After merging the sound tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > sound/ppc/tumbler.c: In function 'tumbler_find_device': > sound/ppc/tumbler.c:1143: error: implicit declaration of function 'machine_is_compatible' > > Caused by commit 819ef70b135ba66cd1659c913255686bf931e3d4 ("ALSA: > powermac - Reverse HP detection on G4 DA"). machine_is_compatible was > renamed to of_machine_is_compatible by commit > 71a157e8edca55198e808f8561dd49017a54ee34 ("of: add 'of_' prefix to > machine_is_compatible()") in Linus' tree since Feb 26, 2010 (and is in > v2.6.34-rc1). > > I have used the version of the sound tree from next-20100401 for today. Fixed now. Thanks. Takashi