Re: [PATCH -next] PCI: endpoint: fix build error, EP NTB driver uses configfs

2021-02-04 Thread Kishon Vijay Abraham I
Hi Lorenzo, On 04/02/21 10:39 pm, Lorenzo Pieralisi wrote: > On Thu, Feb 04, 2021 at 07:15:39PM +0530, Kishon Vijay Abraham I wrote: >> Hi Lorenzo, >> >> On 04/02/21 3:28 pm, Lorenzo Pieralisi wrote: >>> On Tue, Feb 02, 2021 at 12:12:55PM -0800, Randy Dunlap wrote: The pci-epf-ntb driver uses

Re: [PATCH -next] PCI: endpoint: fix build error, EP NTB driver uses configfs

2021-02-04 Thread Lorenzo Pieralisi
On Thu, Feb 04, 2021 at 07:15:39PM +0530, Kishon Vijay Abraham I wrote: > Hi Lorenzo, > > On 04/02/21 3:28 pm, Lorenzo Pieralisi wrote: > > On Tue, Feb 02, 2021 at 12:12:55PM -0800, Randy Dunlap wrote: > >> The pci-epf-ntb driver uses configfs APIs, so it should depend on > >> CONFIGFS_FS to preve

Re: [PATCH -next] PCI: endpoint: fix build error, EP NTB driver uses configfs

2021-02-04 Thread Kishon Vijay Abraham I
Hi Lorenzo, On 04/02/21 3:28 pm, Lorenzo Pieralisi wrote: > On Tue, Feb 02, 2021 at 12:12:55PM -0800, Randy Dunlap wrote: >> The pci-epf-ntb driver uses configfs APIs, so it should depend on >> CONFIGFS_FS to prevent build errors. >> >> ld: drivers/pci/endpoint/functions/pci-epf-ntb.o: in function

Re: [PATCH -next] PCI: endpoint: fix build error, EP NTB driver uses configfs

2021-02-04 Thread Lorenzo Pieralisi
On Tue, Feb 02, 2021 at 12:12:55PM -0800, Randy Dunlap wrote: > The pci-epf-ntb driver uses configfs APIs, so it should depend on > CONFIGFS_FS to prevent build errors. > > ld: drivers/pci/endpoint/functions/pci-epf-ntb.o: in function > `epf_ntb_add_cfs': > pci-epf-ntb.c:(.text+0x1b): undefined r

[PATCH -next] PCI: endpoint: fix build error, EP NTB driver uses configfs

2021-02-02 Thread Randy Dunlap
The pci-epf-ntb driver uses configfs APIs, so it should depend on CONFIGFS_FS to prevent build errors. ld: drivers/pci/endpoint/functions/pci-epf-ntb.o: in function `epf_ntb_add_cfs': pci-epf-ntb.c:(.text+0x1b): undefined reference to `config_group_init_type_name' Fixes: 7dc64244f9e9 ("PCI: endpo