From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Subject: Re: next-20150729 build: 2 failures 49 warnings (next-20150729) Date: Tue, 04 Aug 2015 21:12:54 +0200 Message-ID: <17C303E7-B358-486E-9E0F-83CF58F28481@gmail.com> References: <20150729124410.GE20130@sirena.org.uk> <20150804173849.GD20873@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mail-wi0-f175.google.com ([209.85.212.175]:35501 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751598AbbHDTNE (ORCPT ); Tue, 4 Aug 2015 15:13:04 -0400 Received: by wibxm9 with SMTP id xm9so179683883wib.0 for ; Tue, 04 Aug 2015 12:13:03 -0700 (PDT) In-Reply-To: <20150804173849.GD20873@sirena.org.uk> Sender: linux-next-owner@vger.kernel.org List-ID: To: Mark Brown , Sascha Hauer , Daniel Kurtz Cc: kernel-build-reports@lists.linaro.org, linaro-kernel@lists.linaro.org, linux-next@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Will Deacon On August 4, 2015 7:38:49 PM CEST, Mark Brown wrote: >On Wed, Jul 29, 2015 at 01:44:10PM +0100, Mark Brown wrote: >> On Wed, Jul 29, 2015 at 12:14:36PM +0100, Build bot for Mark Brown >wrote: > >> Today's linux-next fails to build an arm64 allmodconfig due to: > >> > arm64-allmodconfig >> > ../include/linux/platform_device.h:245:1: error: type defaults to >'int' in declaration of 'module_init' [-Werror=implicit-int] >> > ../include/linux/platform_device.h:250:1: error: type defaults to >'int' in declaration of 'module_exit' [-Werror=implicit-int] > >> caused by c84e358718a66f76 (soc: Mediatek: Add SCPSYS power domain >> driver) which does not include module.h. Arguably platform_device.h >> should do that, though it's only an issue if the macro is used so... > >This is still breaking the build and the fix should be trivial - is >there any ETA for a fix getting into -next? I send a fix to arm@kernel.org but no reply yet. (sorry I'm not in front of a computer so I can't send you the link right now). I will send a pull request tomorrow, let's see if that helps... Matthias