From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754513AbcHARdM (ORCPT ); Mon, 1 Aug 2016 13:33:12 -0400 Received: from mail-ua0-f182.google.com ([209.85.217.182]:36853 "EHLO mail-ua0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754450AbcHARdE (ORCPT ); Mon, 1 Aug 2016 13:33:04 -0400 MIME-Version: 1.0 In-Reply-To: <201608012126.BWziGkjc%fengguang.wu@intel.com> References: <1469134557-26869-3-git-send-email-hotran@apm.com> <201608012126.BWziGkjc%fengguang.wu@intel.com> From: Hoan Tran Date: Mon, 1 Aug 2016 09:39:31 -0700 Message-ID: Subject: Re: [PATCH v3 2/3] hwmon: xgene: Add hwmon driver To: kbuild test robot Cc: kbuild-all@01.org, Jean Delvare , Guenter Roeck , Jonathan Corbet , Rob Herring , Jassi Brar , Ashwin Chaugule , Duc Dang , Loc Ho , linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org, lkml , linux-arm-kernel@lists.infradead.org, Devicetree List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Mon, Aug 1, 2016 at 6:21 AM, kbuild test robot wrote: > Hi Hoan, > > [auto build test ERROR on hwmon/hwmon-next] > [also build test ERROR on v4.7] > [cannot apply to next-20160801] > [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/Hoan-Tran/hwmon-xgene-Add-support-for-X-Gene-hwmon-driver/20160725-015356 > base: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next > config: arm64-allmodconfig (attached as .config) > compiler: aarch64-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm64 > > All errors (new ones prefixed by >>): > >>> drivers/hwmon/xgene-hwmon.c:38:22: fatal error: acpi/pcc.h: No such file or directory > compilation terminated. This driver should be built with kernel 4.8 and above where the "pcc.h" file is available. Thanks Hoan > > vim +38 drivers/hwmon/xgene-hwmon.c > > 32 #include > 33 #include > 34 #include > 35 #include > 36 #include > 37 #include > > 38 #include > 39 > 40 /* SLIMpro message defines */ > 41 #define MSG_TYPE_DBG 0 > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation