Re: [PATCH 2/5] PCI: provide pci_match_id() with CONFIG_PCI=n

2018-09-12 Thread Bjorn Helgaas
Please capitalize the subject as: PCI: Provide pci_match_id() with CONFIG_PCI=n On Mon, Sep 10, 2018 at 01:59:32PM +0200, Lubomir Rintel wrote: > This spares drivers from #ifdef-ing on CONFIG_PCI if the driver can be > optionally built on machines without PCI bus. > > Consistent with

Re: [PATCH 2/5] PCI: provide pci_match_id() with CONFIG_PCI=n

2018-09-12 Thread Bjorn Helgaas
Please capitalize the subject as: PCI: Provide pci_match_id() with CONFIG_PCI=n On Mon, Sep 10, 2018 at 01:59:32PM +0200, Lubomir Rintel wrote: > This spares drivers from #ifdef-ing on CONFIG_PCI if the driver can be > optionally built on machines without PCI bus. > > Consistent with

[PATCH 2/5] PCI: provide pci_match_id() with CONFIG_PCI=n

2018-09-10 Thread Lubomir Rintel
This spares drivers from #ifdef-ing on CONFIG_PCI if the driver can be optionally built on machines without PCI bus. Consistent with acpi_driver_match_device() and similar. Signed-off-by: Lubomir Rintel --- include/linux/pci.h | 4 1 file changed, 4 insertions(+) diff --git

[PATCH 2/5] PCI: provide pci_match_id() with CONFIG_PCI=n

2018-09-10 Thread Lubomir Rintel
This spares drivers from #ifdef-ing on CONFIG_PCI if the driver can be optionally built on machines without PCI bus. Consistent with acpi_driver_match_device() and similar. Signed-off-by: Lubomir Rintel --- include/linux/pci.h | 4 1 file changed, 4 insertions(+) diff --git