From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752367AbcKNA2F (ORCPT ); Sun, 13 Nov 2016 19:28:05 -0500 Received: from ozlabs.org ([103.22.144.67]:48841 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbcKNA2E (ORCPT ); Sun, 13 Nov 2016 19:28:04 -0500 Date: Mon, 14 Nov 2016 11:28:01 +1100 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Richard Fitzgerald Subject: linux-next: build failure after merge of the sound-asoc tree Message-ID: <20161114112801.46392f36@canb.auug.org.au> 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, 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. -- Cheers, Stephen Rothwell