Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1553109
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 1/1] platform/x86: Remove PMIC GPIO block support |
| Date | 2017-01-06 21:50 +0100 |
| Message-ID | <sWJCy-7a6-35@gated-at.bofh.it> (permalink) |
| References | <sWeyJ-2mW-23@gated-at.bofh.it> <sWBlE-1ph-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jan 6, 2017 at 1:54 PM, kbuild test robot <lkp@intel.com> wrote: > 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: i386-allmodconfig (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): Yes, yes. It's not an error, just dependency. Removal of the users of this header is pending for tip tree. > >>> arch/x86/platform/intel-mid/sfi.c:18:35: fatal error: linux/intel_pmic_gpio.h: No such file or directory > #include <linux/intel_pmic_gpio.h> > ^ > compilation terminated. > > 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@intel.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@linux.intel.com> > :::::: CC: H. Peter Anvin <hpa@linux.intel.com> > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation -- With Best Regards, Andy Shevchenko
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v1 1/1] platform/x86: Remove PMIC GPIO block support Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-05 12:40 +0100 Re: [PATCH v1 1/1] platform/x86: Remove PMIC GPIO block support Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-05 14:50 +0100 Re: [PATCH v1 1/1] platform/x86: Remove PMIC GPIO block support kbuild test robot <lkp@intel.com> - 2017-01-06 14:10 +0100 Re: [PATCH v1 1/1] platform/x86: Remove PMIC GPIO block support Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-01-06 21:50 +0100
csiph-web