From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: Re: linux-next: build failure after merge of the sound-asoc tree Date: Wed, 14 Jun 2017 02:22:50 +0000 Message-ID: <87y3sv8g92.wl%kuninori.morimoto.gx@renesas.com> References: <20170614112609.205aae63@canb.auug.org.au> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="US-ASCII" Return-path: Received: from relmlor4.renesas.com ([210.160.252.174]:54820 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751448AbdFNCW4 (ORCPT ); Tue, 13 Jun 2017 22:22:56 -0400 In-Reply-To: <20170614112609.205aae63@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Mark Brown , Liam Girdwood , Linux-Next Mailing List , Linux Kernel Mailing List Hi Stephen > After merging the sound-asoc tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > ERROR: "asoc_simple_card_clk_enable" [sound/soc/generic/snd-soc-simple-card.ko] undefined! > ERROR: "asoc_simple_card_clk_disable" [sound/soc/generic/snd-soc-simple-card.ko] undefined! > > Caused by commit > > bb24a3ba3f52 ("ASoC: simple-scu-card: use asoc_simple_card_clk_xxx()") > > These symbols are not exported to modules. > > I have used the sound-asoc tree from next-20170613 for today. Thanks. I posted this fixup patch few hours ago To: Mark Brown Subject: [PATCH] ASoC: simple_card_utils: add EXPORT_SYMBOL_GPL() for asoc_simple_card_clk_xxx() CC: Linux-ALSA , Simon , Date: Wed, 14 Jun 2017 01:04:11 +0000 Best regards --- Kuninori Morimoto