From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751484AbcFEC4p (ORCPT ); Sat, 4 Jun 2016 22:56:45 -0400 Received: from mail.kmu-office.ch ([178.209.48.109]:37365 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751325AbcFEC4o (ORCPT ); Sat, 4 Jun 2016 22:56:44 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Sat, 04 Jun 2016 19:52:38 -0700 From: Stefan Agner To: kbuild test robot Cc: kbuild-all@01.org, lee.jones@linaro.org, lgirdwood@gmail.com, broonie@kernel.org, khilman@baylibre.com, carlo@caione.org, b.galvani@gmail.com, max.oss.09@gmail.com, marcel@ziswiler.com, linux@armlinux.org.uk, galak@codeaurora.org, ijc+devicetree@hellion.org.uk, mark.rutland@arm.com, pawel.moll@arm.com, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Subject: Re: [PATCH 5/5] mfd: rn5t618: register restart handler In-Reply-To: <201606050940.RZVDWPsV%fengguang.wu@intel.com> References: <201606050940.RZVDWPsV%fengguang.wu@intel.com> Message-ID: <7f3c252eb0cb1713a71f8a6b5f52aa93@agner.ch> User-Agent: Roundcube Webmail/1.1.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-06-04 18:24, kbuild test robot wrote: > Hi, > > [auto build test ERROR on ljones-mfd/for-mfd-next] > [also build test ERROR on v4.7-rc1 next-20160603] > [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/Stefan-Agner/regulator-add-Ricoh-RN5T567-PMIC-support/20160605-082219 > base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next > config: i386-allmodconfig (attached as .config) > compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > >>> drivers/mfd/rn5t618.c:24:29: fatal error: asm/system_misc.h: No such file or directory > #include > ^ > compilation terminated. > > vim +24 drivers/mfd/rn5t618.c > > 18 #include > 19 #include > 20 #include > 21 #include > 22 #include > 23 > > 24 #include Hm, that is an artifact of the older kernel version for which I wrote the kernel first where this was required. Will remove this in v2. -- Stefan > 25 > 26 static const struct mfd_cell rn5t618_cells[] = { > 27 { .name = "rn5t618-regulator" }, > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation