[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201701062121.0GmIj8iq%fengguang.wu@intel.com>
Date: Fri, 6 Jan 2017 21:05:02 +0800
From: kbuild test robot <lkp@...el.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: kbuild-all@...org, Darren Hart <dvhart@...radead.org>,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: Re: [PATCH v1 1/1] platform/x86: Remove PMIC GPIO block support
Hi Andy,
[auto build test ERROR on platform-drivers-x86/for-next]
[also build test ERROR on v4.10-rc2 next-20170105]
[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/Andy-Shevchenko/platform-x86-Remove-PMIC-GPIO-block-support/20170106-185609
base: git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git for-next
config: x86_64-randconfig-s0-01062027 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
>> arch/x86/platform/intel-mid/sfi.c:18:35: error: linux/intel_pmic_gpio.h: No such file or directory
vim +18 arch/x86/platform/intel-mid/sfi.c
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 2 * intel_mid_sfi.c: Intel MID SFI initialization code
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 3 *
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 4 * (C) Copyright 2013 Intel Corporation
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 5 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@...el.com>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 6 *
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 7 * This program is free software; you can redistribute it and/or
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 8 * modify it under the terms of the GNU General Public License
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 9 * as published by the Free Software Foundation; version 2
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 10 * of the License.
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 11 */
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 12
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 13 #include <linux/init.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 14 #include <linux/kernel.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 15 #include <linux/interrupt.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 16 #include <linux/scatterlist.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 17 #include <linux/sfi.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 @18 #include <linux/intel_pmic_gpio.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 19 #include <linux/spi/spi.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 20 #include <linux/i2c.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 21 #include <linux/skbuff.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 22 #include <linux/gpio.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 23 #include <linux/gpio_keys.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 24 #include <linux/input.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 25 #include <linux/platform_device.h>
aeedb370 Kuppuswamy Sathyanarayanan 2013-10-17 26 #include <linux/irq.h>
:::::: The code at line 18 was first introduced by commit
:::::: aeedb370e7398fb5b39185b295d36f2da0653215 intel_mid: Moved SFI related code to sfi.c
:::::: TO: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@...ux.intel.com>
:::::: CC: H. Peter Anvin <hpa@...ux.intel.com>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (20850 bytes)
Powered by blists - more mailing lists