From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752014AbcHHAuX (ORCPT ); Sun, 7 Aug 2016 20:50:23 -0400 Received: from ozlabs.org ([103.22.144.67]:40541 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751836AbcHHAuW (ORCPT ); Sun, 7 Aug 2016 20:50:22 -0400 Date: Mon, 8 Aug 2016 10:50:14 +1000 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Kuninori Morimoto Subject: linux-next: build failure after merge of the sound-asoc tree Message-ID: <20160808105014.35899b71@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 (arm multi_v7_defconfig build) failed like this: sound/soc/generic/simple-card.c: In function 'asoc_simple_card_dai_link_of': sound/soc/generic/simple-card.c:350:8: error: implicit declaration of function 'asoc_simple_card_parse_clk_cpu' [-Werror=implicit-function-declaration] ret = asoc_simple_card_parse_clk_cpu(cpu, dai_link, cpu_dai); ^ sound/soc/generic/simple-card.c:354:8: error: implicit declaration of function 'asoc_simple_card_parse_clk_codec' [-Werror=implicit-function-declaration] ret = asoc_simple_card_parse_clk_codec(codec, dai_link, codec_dai); ^ sound/soc/sh/rcar/rsrc-card.c: In function 'rsrc_card_parse_links': sound/soc/sh/rcar/rsrc-card.c:193:9: error: implicit declaration of function 'asoc_simple_card_parse_clk_cpu' [-Werror=implicit-function-declaration] ret = asoc_simple_card_parse_clk_cpu(np, dai_link, dai_props); ^ sound/soc/sh/rcar/rsrc-card.c:232:9: error: implicit declaration of function 'asoc_simple_card_parse_clk_codec' [-Werror=implicit-function-declaration] ret = asoc_simple_card_parse_clk_codec(np, dai_link, dai_props); ^ Caused by commits 28abd99b6e40 ("ASoC: simple-card: use asoc_simple_card_parse_clk()") c9a235da8a61 ("ASoC: rsrc-card: use asoc_simple_card_parse_clk()") I have used the sound-asoc tree from next-20160805 for today. -- Cheers, Stephen Rothwell