From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: linux-next: sound tree build failure Date: Fri, 14 Nov 2008 07:32:23 +0100 Message-ID: References: <20081114145630.31f312ce.sfr@canb.auug.org.au> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from ns2.suse.de ([195.135.220.15]:41513 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750840AbYKNGcZ (ORCPT ); Fri, 14 Nov 2008 01:32:25 -0500 In-Reply-To: <20081114145630.31f312ce.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org At Fri, 14 Nov 2008 14:56:30 +1100, Stephen Rothwell wrote: > > Hi Takashi, > > Today's linux-next build (x86_64 allmodconfig) failed like this: > > sound/drivers/pcsp/pcsp.c: In function 'snd_card_pcsp_probe': > sound/drivers/pcsp/pcsp.c:99: error: 'HRTIMER_CB_IRQSAFE' undeclared (first use in this function) > > That identifier does not exist anywhere else in my tree. It was removed > by commit 621a0d5207c18012cb39932f2d9830a11a6cb03d ("hrtimer: clean up > unused callback modes") which is now in Linus' tree (as of yesterday). I had to rebase the tree yesterday, but the code there is identical with the older versions. So, if it failed there, it must be a change of hrtimer side. I'll check tip tree... Takashi