Re: [PATCH] PCI: hv: Fix build error without CONFIG_SYSFS

2019-08-13 Thread Yuehaibing
On 2019/8/13 18:18, Lorenzo Pieralisi wrote: > On Sat, Jun 15, 2019 at 02:48:24PM +0800, Yuehaibing wrote: >> +cc Lorenzo Pieralisi > > Can we drop this patch and merge: > > https://patchwork.ozlabs.org/patch/1131444/ > > instead ? Ok, it looks good to me, thanks! > > Thanks, > Lorenzo >

Re: [PATCH] PCI: hv: Fix build error without CONFIG_SYSFS

2019-08-13 Thread Lorenzo Pieralisi
On Sat, Jun 15, 2019 at 02:48:24PM +0800, Yuehaibing wrote: > +cc Lorenzo Pieralisi Can we drop this patch and merge: https://patchwork.ozlabs.org/patch/1131444/ instead ? Thanks, Lorenzo > > On 2019/6/15 14:18, Yuehaibing wrote: > > > > On 2019/6/2 6:59, Michael Kelley wrote: > >> From:

Re: [PATCH] PCI: hv: Fix build error without CONFIG_SYSFS

2019-06-15 Thread Yuehaibing
+cc Lorenzo Pieralisi On 2019/6/15 14:18, Yuehaibing wrote: > > On 2019/6/2 6:59, Michael Kelley wrote: >> From: YueHaibing Sent: Friday, May 31, 2019 8:09 AM >>> >>> while building without CONFIG_SYSFS, fails as below: >>> >>> drivers/pci/controller/pci-hyperv.o: In function

Re: [PATCH] PCI: hv: Fix build error without CONFIG_SYSFS

2019-06-15 Thread Yuehaibing
On 2019/6/2 6:59, Michael Kelley wrote: > From: YueHaibing Sent: Friday, May 31, 2019 8:09 AM >> >> while building without CONFIG_SYSFS, fails as below: >> >> drivers/pci/controller/pci-hyperv.o: In function 'hv_pci_assign_slots': >> pci-hyperv.c:(.text+0x40a): undefined reference to

Re: [PATCH] PCI: hv: Fix build error without CONFIG_SYSFS

2019-06-14 Thread Lorenzo Pieralisi
On Fri, Jun 14, 2019 at 10:19:10PM +0800, Yuehaibing wrote: > Hi all, > > Friendly ping... We should address Michael's question: https://lore.kernel.org/linux-pci/byapr21mb12211eea95200f437c8e37ecd7...@byapr21mb1221.namprd21.prod.outlook.com/ Lorenzo > On 2019/5/31 23:09, YueHaibing wrote: >

Re: [PATCH] PCI: hv: Fix build error without CONFIG_SYSFS

2019-06-14 Thread Yuehaibing
Hi all, Friendly ping... On 2019/5/31 23:09, YueHaibing wrote: > while building without CONFIG_SYSFS, fails as below: > > drivers/pci/controller/pci-hyperv.o: In function 'hv_pci_assign_slots': > pci-hyperv.c:(.text+0x40a): undefined reference to 'pci_create_slot' >

RE: [PATCH] PCI: hv: Fix build error without CONFIG_SYSFS

2019-06-01 Thread Michael Kelley
From: YueHaibing Sent: Friday, May 31, 2019 8:09 AM > > while building without CONFIG_SYSFS, fails as below: > > drivers/pci/controller/pci-hyperv.o: In function 'hv_pci_assign_slots': > pci-hyperv.c:(.text+0x40a): undefined reference to 'pci_create_slot' > drivers/pci/controller/pci-hyperv.o:

[PATCH] PCI: hv: Fix build error without CONFIG_SYSFS

2019-05-31 Thread YueHaibing
while building without CONFIG_SYSFS, fails as below: drivers/pci/controller/pci-hyperv.o: In function 'hv_pci_assign_slots': pci-hyperv.c:(.text+0x40a): undefined reference to 'pci_create_slot' drivers/pci/controller/pci-hyperv.o: In function 'pci_devices_present_work':