From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757689AbcEFA5n (ORCPT ); Thu, 5 May 2016 20:57:43 -0400 Received: from ozlabs.org ([103.22.144.67]:37980 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755262AbcEFA5m (ORCPT ); Thu, 5 May 2016 20:57:42 -0400 Date: Fri, 6 May 2016 10:57:39 +1000 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Adam Thomson , Sathyanarayana Nujella Subject: linux-next: build failure after merge of the sound-asoc tree Message-ID: <20160506105739.43ae3afd@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/da7219.c:1964:23: error: implicit declaration of function 'ACPI_PTR' [-Werror=implicit-function-declaration] .acpi_match_table = ACPI_PTR(da7219_acpi_match), ^ sound/soc/codecs/da7219.c:1964:23: error: initializer element is not constant sound/soc/codecs/da7219.c:1964:23: note: (near initialization for 'da7219_i2c_driver.driver.acpi_match_table') Caused by commit 5181365f5312 ("ASoC: da7219: Add initial ACPI id for device") I added this patch for today: From: Stephen Rothwell Date: Fri, 6 May 2016 10:52:45 +1000 Subject: [PATCH] ASoC: da7219: include acpi.h for ACPI_PTR Fixed: 5181365f5312 ("ASoC: da7219: Add initial ACPI id for device") Signed-off-by: Stephen Rothwell --- sound/soc/codecs/da7219.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c index 17e2119f211b..1d9f4ff4355a 100644 --- a/sound/soc/codecs/da7219.c +++ b/sound/soc/codecs/da7219.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include -- 2.7.0 -- Cheers, Stephen Rothwell