Re: [PATCH v3] PCI: hv: Make functions static

2019-09-04 Thread Krzysztof Wilczynski
Hello Lorenzo, [...] > This patch should go via the net tree - the code it is fixing > is queued there, I will drop this patch from the PCI review > queue. [...] Thank you! Appreciated. Krzysztof

Re: [PATCH v3] PCI: hv: Make functions static

2019-09-04 Thread Lorenzo Pieralisi
an ; Haiyang Zhang > > ; Stephen Hemminger > > ; Sasha Levin ; Lorenzo > > Pieralisi ; linux-...@vger.kernel.org; linux- > > ker...@vger.kernel.org; linux-hyp...@vger.kernel.org > > Subject: [PATCH v3] PCI: hv: Make functions static > > > > Functions hv_rea

RE: [PATCH v3] PCI: hv: Make functions static

2019-08-29 Thread Haiyang Zhang
er.kernel.org; linux- > ker...@vger.kernel.org; linux-hyp...@vger.kernel.org > Subject: [PATCH v3] PCI: hv: Make functions static > > Functions hv_read_config_block(), hv_write_config_block() and > hv_register_block_invalidate() are not used anywhere else and are local to > driv

[PATCH v3] PCI: hv: Make functions static

2019-08-29 Thread Krzysztof Wilczynski
Functions hv_read_config_block(), hv_write_config_block() and hv_register_block_invalidate() are not used anywhere else and are local to drivers/pci/controller/pci-hyperv.c, and do not need to be in global scope, so make these static. Resolve following compiler warning that can be seen when buildi