From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933093AbcKNJrc (ORCPT ); Mon, 14 Nov 2016 04:47:32 -0500 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:60032 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932109AbcKNJpq (ORCPT ); Mon, 14 Nov 2016 04:45:46 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=rf@opensource.wolfsonmicro.com Message-ID: <1479116714.18450.11.camel@rf-debian.wolfsonmicro.main> Subject: Re: linux-next: build failure after merge of the sound-asoc tree From: Richard Fitzgerald To: Stephen Rothwell CC: Mark Brown , Liam Girdwood , , Date: Mon, 14 Nov 2016 09:45:14 +0000 In-Reply-To: <20161114112801.46392f36@canb.auug.org.au> References: <20161114112801.46392f36@canb.auug.org.au> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.4.4-3 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1611140200 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yes, it's because Mark applied a chain of patches but missed the first patch in the chain that added the wm_coeff_base_reg() function On Mon, 2016-11-14 at 11:28 +1100, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > sound/soc/codecs/wm_adsp.c: In function 'wm_coeff_write_acked_control': > sound/soc/codecs/wm_adsp.c:791:8: error: implicit declaration of function 'wm_coeff_base_reg' [-Werror=implicit-function-declaration] > ret = wm_coeff_base_reg(ctl, ®); > ^ > > Caused by commit > > f4f0c4c60c39 ("ASoC: wm_adsp: Signal firmware shutdown through event control") > > I have used the sound-asoc tree from next-20161111 for today. >