From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758026AbcEFJtB (ORCPT ); Fri, 6 May 2016 05:49:01 -0400 Received: from mail1.bemta14.messagelabs.com ([193.109.254.112]:41240 "EHLO mail1.bemta14.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915AbcEFJs7 (ORCPT ); Fri, 6 May 2016 05:48:59 -0400 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrLKsWRWlGSWpSXmKPExsUSt3OpsW5rhk6 4wYGj0hZTHz5hs/h2pYPJ4vKuOWwWBxe2MVqsfrOAxWLr3qvsDmwejTdusHnsnHWX3WPxnpdM HptWdbJ5fN4kF8AaxZqZl5RfkcCa8XHrV8aCr5wVTS+NGxifcHYxcnEICSxhlJj25Td7FyMHB 5uAu8TvozxdjJwcIgJFEp//72AFqWEW+MsocfnTJ1aQhLCAp8Sppj0sEEVeEgt2X2CGsI0kps 76ClbDIqAi8fzEXzYQm1fAT2LNqulMILaQgJnEtu5rYDWcAuYSM6/dALMZBWQlvjSuBpvDLCA ucevJfLB6CQEBiSV7zjND2KISLx//Y4Ww5SW2fwO5GcS2l3h97x0LyP0SAvoSfY3FEGFDiVXT DrBA2OYS8xbeZwUpYRbQlFi/Sx9ik6LElO6H7BBXCkqcnPmEZQKj+CwkR8xC6JiFpGMWko4Fj CyrGNWLU4vKUot0LfSSijLTM0pyEzNzdA0NTfRyU4uLE9NTcxKTivWS83M3MQKjlQEIdjBunO R8iFGSg0lJlHfVP+1wIb6k/JTKjMTijPii0pzU4kOMMhwcShK8uek64UKCRanpqRVpmTnAtAG TluDgURLhbQBJ8xYXJOYWZ6ZDpE4xKkqJ864DSQiAJDJK8+DaYKnqEqOslDAvI9AhQjwFqUW5 mSWo8q8YxTkYlYR5BUCm8GTmlcBNfwW0mAlo8fu5miCLSxIRUlINjPvSHQ45PWiVdb+r5qWpc 77tqfoEqbNKGuFbct9a9dunCk+1n7Fz59QGJ+OIcxO0nR/KqCn+Vc2N0A04fHn2xztR20p1os Kim3SPSm4KinusZnLUa8/8sNR7mRd5Rc46Tm2/wPNJr5rN43Ficf+xSYubGyxeNM2sOlfkeDd Sb6tyI+eTtkP7lFiKMxINtZiLihMBGiYO3FADAAA= X-Env-Sender: Adam.Thomson.Opensource@diasemi.com X-Msg-Ref: server-14.tower-193.messagelabs.com!1462528132!35003994!1 X-Originating-IP: [94.185.165.51] X-StarScan-Received: X-StarScan-Version: 8.34; banners=-,-,- X-VirusChecked: Checked From: "Opensource [Adam Thomson]" To: Stephen Rothwell , Mark Brown , Liam Girdwood CC: "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Opensource [Adam Thomson]" , Sathyanarayana Nujella Subject: RE: linux-next: build failure after merge of the sound-asoc tree Thread-Topic: linux-next: build failure after merge of the sound-asoc tree Thread-Index: AQHRpzJOodvF0E+ok0GGJM8sgZ8J9p+rnsmw Date: Fri, 6 May 2016 09:48:51 +0000 Message-ID: <2E89032DDAA8B9408CB92943514A0337D463C24B@SW-EX-MBX01.diasemi.com> References: <20160506105739.43ae3afd@canb.auug.org.au> In-Reply-To: <20160506105739.43ae3afd@canb.auug.org.au> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.20.24.43] x-kse-attachmentfiltering-interceptor-info: protection disabled x-kse-serverinfo: sw-ex-cashub01.diasemi.com, 9 x-kse-antivirus-interceptor-info: scan successful x-kse-antivirus-info: Clean, bases: 06/05/2016 05:40:00 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u469n6pp015897 On May 06, 2016, 01:58, Stephen Rothwell wrote: > 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: This patch was the 3rd in of a set of 3, and the header you added below was added as part of the 2nd patch of that set, hence why it is missing here. I assume the first 2 patches are still being reviewed by Mark.