From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754335Ab2JRGSg (ORCPT ); Thu, 18 Oct 2012 02:18:36 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47989 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750717Ab2JRGSf (ORCPT ); Thu, 18 Oct 2012 02:18:35 -0400 Date: Thu, 18 Oct 2012 08:18:34 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Ondrej Zary Subject: Re: linux-next: build failure after merge of the final tree (sound tree related) In-Reply-To: <20121018141644.d4051cafdeeb128dc3250661@canb.auug.org.au> References: <20121018141644.d4051cafdeeb128dc3250661@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.2 (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 Thu, 18 Oct 2012 14:16:44 +1100, Stephen Rothwell wrote: > > Hi all, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > In file included from sound/pci/ice1712/psc724.c:29:0: > sound/pci/ice1712/ice1712.h: In function 'snd_ice1712_write': > sound/pci/ice1712/ice1712.h:501:2: error: implicit declaration of function 'outb' [-Werror=implicit-function-declaration] > sound/pci/ice1712/ice1712.h: In function 'snd_ice1712_read': > sound/pci/ice1712/ice1712.h:508:2: error: implicit declaration of function 'inb' [-Werror=implicit-function-declaration] > > Caused by commit 77b0b254af72 ("ALSA: ice1712: Add Philips PSC724 > Ultimate Edge"). Probably some Kconfig dependency missing? It must be the missing inclusion of linux/io.h. It's included implicitly on some archs, so I couldn't catch it. Sorry. Fixed now on for-next branch of sound git tree. thanks, Takashi > > I have reverted that commit (and the following commit a2af050f8df6 "ALSA: > ice17xx: Constify strings and string arrays") for today. > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > [2 ] >