Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1432661
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system |
| Date | 2016-06-28 11:00 +0200 |
| Message-ID | <rOX2a-4Ab-37@gated-at.bofh.it> (permalink) |
| References | <rOW66-3XK-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi,
[auto build test WARNING on ljones-mfd/for-mfd-next]
[also build test WARNING on v4.7-rc5 next-20160627]
[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/Tan-Jui-Nee/x86-platform-p2sb-New-Primary-to-Sideband-bridge-support-driver-for-Intel-SOC-s/20160628-160704
base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: x86_64-randconfig-s5-06281627 (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=x86_64
All warnings (new ones prefixed by >>):
In file included from drivers/mfd/lpc_ich-apl.c:12:0:
>> include/linux/mfd/lpc_ich.h:49:39: warning: 'struct pci_dev' declared inside parameter list will not be visible outside of this definition or declaration
static inline int lpc_ich_misc(struct pci_dev *dev)
^~~~~~~
vim +49 include/linux/mfd/lpc_ich.h
33 ICH_V9_GPIO,
34 ICH_V10CORP_GPIO,
35 ICH_V10CONS_GPIO,
36 AVOTON_GPIO,
37 };
38
39 struct lpc_ich_info {
40 char name[32];
41 unsigned int iTCO_version;
42 unsigned int gpio_version;
43 u8 use_gpio;
44 };
45
46 #if defined(CONFIG_X86_INTEL_APL)
47 int lpc_ich_misc(struct pci_dev *dev);
48 #else
> 49 static inline int lpc_ich_misc(struct pci_dev *dev)
50 { return -ENODEV; }
51 #endif
52
53 #endif
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/3] pinctrl/broxton: enable platform device in the absent of ACPI enumeration Tan Jui Nee <jui.nee.tan@intel.com> - 2016-06-28 10:00 +0200
[PATCH v5 1/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's Tan Jui Nee <jui.nee.tan@intel.com> - 2016-06-28 10:00 +0200
[PATCH v5 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system Tan Jui Nee <jui.nee.tan@intel.com> - 2016-06-28 10:00 +0200
Re: [PATCH v5 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-06-28 10:20 +0200
Re: [PATCH v5 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-06-28 11:00 +0200
Re: [PATCH v5 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system Lee Jones <lee.jones@linaro.org> - 2016-06-28 11:20 +0200
Re: [PATCH v5 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system kbuild test robot <lkp@intel.com> - 2016-06-28 11:00 +0200
Re: [PATCH v5 2/3] mfd: lpc_ich: Prepare to split lpc-ich driver Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-06-28 10:30 +0200
csiph-web