From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751813AbdF2ByM (ORCPT ); Wed, 28 Jun 2017 21:54:12 -0400 Received: from ozlabs.org ([103.22.144.67]:34693 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666AbdF2ByD (ORCPT ); Wed, 28 Jun 2017 21:54:03 -0400 Date: Thu, 29 Jun 2017 11:54:00 +1000 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Bard Liao Subject: linux-next: build failure after merge of the sound-asoc tree Message-ID: <20170629115400.3f52c9aa@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/rt5670.c: In function 'rt5670_set_codec_sysclk': sound/soc/codecs/rt5670.c:2448:57: error: 'codec' undeclared (first use in this function) struct rt5670_priv *rt5670 = snd_soc_codec_get_drvdata(codec); ^ sound/soc/codecs/rt5670.c:2448:57: note: each undeclared identifier is reported only once for each function it appears in sound/soc/codecs/rt5670.c: At top level: sound/soc/codecs/rt5670.c:2775:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .set_sysclk = rt5670_set_codec_sysclk, ^ sound/soc/codecs/rt5670.c:2775:16: note: (near initialization for 'soc_codec_dev_rt5670.set_sysclk') cc1: some warnings being treated as errors Caused by commit 6c28ce3c425e ("ASoC: rt5670: move set_sysclk to codec level") I have used the sound-asoc tree from next-20170628 for today. -- Cheers, Stephen Rothwell