From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932161AbbGTDpC (ORCPT ); Sun, 19 Jul 2015 23:45:02 -0400 Received: from ozlabs.org ([103.22.144.67]:55413 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932074AbbGTDpA (ORCPT ); Sun, 19 Jul 2015 23:45:00 -0400 Date: Mon, 20 Jul 2015 13:44:58 +1000 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Arnaud Pouliquen Subject: Re: linux-next: build failure after merge of the sound-asoc tree Message-ID: <20150720134458.3c77e507@canb.auug.org.au> In-Reply-To: <20150717142501.0239bd93@canb.auug.org.au> References: <20150717142501.0239bd93@canb.auug.org.au> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; i586-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, On Fri, 17 Jul 2015 14:25:01 +1000 Stephen Rothwell wrote: > > After merging the sound-asoc tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > sound/soc/sti/sti_uniperif.c: In function 'sti_uniperiph_dai_suspend': > sound/soc/sti/sti_uniperif.c:81:2: error: implicit declaration of function 'pinctrl_pm_select_sleep_state' [-Werror=implicit-function-declaration] > ret = pinctrl_pm_select_sleep_state(uni->dev); > ^ > sound/soc/sti/sti_uniperif.c: In function 'sti_uniperiph_dai_resume': > sound/soc/sti/sti_uniperif.c:102:2: error: implicit declaration of function 'pinctrl_pm_select_default_state' [-Werror=implicit-function-declaration] > ret = pinctrl_pm_select_default_state(uni->dev); > ^ > > Caused by commit > > f3bd847eb0a7 ("ASoC: sti: Add uniperipheral dai driver") ping! I still needed this today. > > I have added this fix patch for today: > > From: Stephen Rothwell > Date: Fri, 17 Jul 2015 14:21:37 +1000 > Subject: [PATCH] ASoC: sti: included needed header file > > Signed-off-by: Stephen Rothwell > --- > sound/soc/sti/sti_uniperif.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/soc/sti/sti_uniperif.c b/sound/soc/sti/sti_uniperif.c > index 749e6b294184..ab8d36af6dcb 100644 > --- a/sound/soc/sti/sti_uniperif.c > +++ b/sound/soc/sti/sti_uniperif.c > @@ -6,6 +6,7 @@ > */ > > #include > +#include > > #include "uniperif.h" > > -- > 2.1.4 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au