Re: [PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled

2019-07-08 Thread Randy Dunlap
ent: Wednesday, July 3, 2019 12:59 PM >>>> To: LKML ; linux-pci >>> p...@vger.kernel.org> >>>> Cc: Matthew Wilcox ; Jake Oshins >>>> ; KY Srinivasan ; Haiyang >>>> Zhang ; Stephen Hemminger >>>> ; Sasha Levin ; Bjorn >>>

Re: [PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled

2019-07-08 Thread Stephen Hemminger
t; p...@vger.kernel.org> > >> Cc: Matthew Wilcox ; Jake Oshins > >> ; KY Srinivasan ; Haiyang > >> Zhang ; Stephen Hemminger > >> ; Sasha Levin ; Bjorn > >> Helgaas ; linux-hyp...@vger.kernel.org; Dexuan > >> Cui ; Yuehaibing > >> Su

Re: [PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled

2019-07-07 Thread Randy Dunlap
Haiyang >> Zhang ; Stephen Hemminger >> ; Sasha Levin ; Bjorn >> Helgaas ; linux-hyp...@vger.kernel.org; Dexuan >> Cui ; Yuehaibing >> Subject: [PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled >> >> From: Randy Dunlap >> >> Fix bu

RE: [PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled

2019-07-03 Thread Haiyang Zhang
; linux-hyp...@vger.kernel.org; Dexuan > Cui ; Yuehaibing > Subject: [PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled > > From: Randy Dunlap > > Fix build of drivers/pci/controller/pci-hyperv.o when > CONFIG_SYSFS is not set/enabled by adding stubs for > pci_

[PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled

2019-07-03 Thread Randy Dunlap
From: Randy Dunlap Fix build of drivers/pci/controller/pci-hyperv.o when CONFIG_SYSFS is not set/enabled by adding stubs for pci_create_slot() and pci_destroy_slot(). Fixes these build errors: ERROR: "pci_destroy_slot" [drivers/pci/controller/pci-hyperv.ko] undefined! ERROR: "pci_create_slot" [