Re: [PATCH -next] pci: add function stub for pci_get_domain_bus_and_slot()

2017-12-06 Thread Bjorn Helgaas
[+cc Arnd, Rafael, Thomas, Matthew, Lorenzo] On Tue, Dec 05, 2017 at 02:39:20PM -0600, Bjorn Helgaas wrote: > [+cc Sinan] > > On Tue, Nov 28, 2017 at 02:31:21PM -0800, Randy Dunlap wrote: > > From: Randy Dunlap > > > > The coretemp driver build fails when CONFIG_PCI is not enabled > > because i

Re: [PATCH -next] pci: add function stub for pci_get_domain_bus_and_slot()

2017-12-05 Thread Sinan Kaya
On 12/5/2017 3:39 PM, Bjorn Helgaas wrote: > [+cc Sinan] > > On Tue, Nov 28, 2017 at 02:31:21PM -0800, Randy Dunlap wrote: >> From: Randy Dunlap >> >> The coretemp driver build fails when CONFIG_PCI is not enabled >> because it uses a function that does not have a stub for that >> config case, so

Re: [PATCH -next] pci: add function stub for pci_get_domain_bus_and_slot()

2017-12-05 Thread Bjorn Helgaas
[+cc Sinan] On Tue, Nov 28, 2017 at 02:31:21PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > The coretemp driver build fails when CONFIG_PCI is not enabled > because it uses a function that does not have a stub for that > config case, so add the function stub. > > ../drivers/hwmon/coretem

Re: [PATCH -next] pci: add function stub for pci_get_domain_bus_and_slot()

2017-11-28 Thread Guenter Roeck
On Tue, Nov 28, 2017 at 02:31:21PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > The coretemp driver build fails when CONFIG_PCI is not enabled > because it uses a function that does not have a stub for that > config case, so add the function stub. > > ../drivers/hwmon/coretemp.c: In funct

[PATCH -next] pci: add function stub for pci_get_domain_bus_and_slot()

2017-11-28 Thread Randy Dunlap
From: Randy Dunlap The coretemp driver build fails when CONFIG_PCI is not enabled because it uses a function that does not have a stub for that config case, so add the function stub. ../drivers/hwmon/coretemp.c: In function 'adjust_tjmax': ../drivers/hwmon/coretemp.c:250:9: error: implicit decla