From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932579AbdIHIWf (ORCPT ); Fri, 8 Sep 2017 04:22:35 -0400 Received: from sym2.noone.org ([178.63.92.236]:58098 "EHLO sym2.noone.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754657AbdIHIWc (ORCPT ); Fri, 8 Sep 2017 04:22:32 -0400 Date: Fri, 8 Sep 2017 10:22:29 +0200 From: Tobias Klauser To: kbuild test robot Cc: kbuild-all@01.org, Arnd Bergmann , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h Message-ID: <20170908082228.GD5028@distanz.ch> References: <20170905112727.13668-1-tklauser@distanz.ch> <201709080336.iO3VHdeU%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201709080336.iO3VHdeU%fengguang.wu@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-09-07 at 21:36:45 +0200, kbuild test robot wrote: > Hi Tobias, > > [auto build test ERROR on v4.13] > [also build test ERROR on next-20170907] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Tobias-Klauser/asm-generic-io-h-remove-unnecessary-include-of-linux-vmalloc-h/20170908-012111 > config: arm-shmobile_defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > > >> arch/arm/mach-shmobile/pm-r8a7779.c:24:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'r8a7779_sysc_init' > static void __init r8a7779_sysc_init(void) > ^~~~~~~~~~~~~~~~~ > >> arch/arm/mach-shmobile/pm-r8a7779.c:35:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'r8a7779_pm_init' > void __init r8a7779_pm_init(void) > ^~~~~~~~~~~~~~~ This warning/error is fixed by Arnd's patch posted in https://marc.info/?l=linux-kernel&m=150464459009788&w=2