Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239028
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCHv2] x86/pci: Initial commit for new VMD device driver |
| Date | 2015-10-04 02:40 +0200 |
| Message-ID | <qfFvk-1bR-7@gated-at.bofh.it> (permalink) |
| References | <qeQ9r-39m-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Keith,
[auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]
config: i386-randconfig-h1-10040721 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All warnings (new ones prefixed by >>):
In file included from arch/x86/pci/vmd.c:25:0:
>> arch/x86/include/asm/vmd.h:34:13: warning: 'vmd_add_dma_device' defined but not used [-Wunused-function]
static void vmd_add_dma_device(struct vmd_dev *vmd) {}
^
>> arch/x86/include/asm/vmd.h:35:13: warning: 'vmd_del_dma_device' defined but not used [-Wunused-function]
static void vmd_del_dma_device(struct vmd_dev *vmd) {}
^
vim +/vmd_add_dma_device +34 arch/x86/include/asm/vmd.h
28 struct irq_domain *arch_create_vmd_msi_irq_domain(struct pci_dev *dev,
29 const struct irq_domain_ops *domain_ops);
30 #ifdef CONFIG_X86_DEV_DMA_OPS
31 void vmd_add_dma_device(struct vmd_dev *vmd);
32 void vmd_del_dma_device(struct vmd_dev *vmd);
33 #else
> 34 static void vmd_add_dma_device(struct vmd_dev *vmd) {}
> 35 static void vmd_del_dma_device(struct vmd_dev *vmd) {}
36 #endif
37
38 #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 | Find similar | Unroll thread
[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver Keith Busch <keith.busch@intel.com> - 2015-10-01 19:50 +0200
Re: [RFC PATCHv2] x86/pci: Initial commit for new VMD device driver Ingo Molnar <mingo@kernel.org> - 2015-10-03 11:50 +0200
Re: [RFC PATCHv2] x86/pci: Initial commit for new VMD device driver Keith Busch <keith.busch@intel.com> - 2015-10-05 16:40 +0200
Re: [RFC PATCHv2] x86/pci: Initial commit for new VMD device driver Ingo Molnar <mingo@kernel.org> - 2015-10-05 18:50 +0200
Re: [RFC PATCHv2] x86/pci: Initial commit for new VMD device driver Keith Busch <keith.busch@intel.com> - 2015-10-05 20:10 +0200
Re: [RFC PATCHv2] x86/pci: Initial commit for new VMD device driver kbuild test robot <lkp@intel.com> - 2015-10-04 02:40 +0200
csiph-web