[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180912171707.GI118330@bhelgaas-glaptop.roam.corp.google.com>
Date: Wed, 12 Sep 2018 12:17:07 -0500
From: Bjorn Helgaas <helgaas@...nel.org>
To: Lubomir Rintel <lkundrak@...sk>
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-pci@...r.kernel.org, linux-spi@...r.kernel.org,
devicetree@...r.kernel.org, Mark Brown <broonie@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Eric Miao <eric.y.miao@...il.com>,
Haojian Zhuang <haojian.zhuang@...il.com>,
Daniel Mack <daniel@...que.org>,
Robert Jarzmik <robert.jarzmik@...e.fr>,
Bjorn Helgaas <bhelgaas@...gle.com>
Subject: Re: [PATCH 2/5] PCI: provide pci_match_id() with CONFIG_PCI=n
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 acpi_driver_match_device() and similar.
>
> Signed-off-by: Lubomir Rintel <lkundrak@...sk>
Acked-by: Bjorn Helgaas <bhelgaas@...gle.com>
Thanks!
> ---
> include/linux/pci.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/linux/pci.h b/include/linux/pci.h
> index e72ca8dd6241..d2f14eb23ea4 100644
> --- a/include/linux/pci.h
> +++ b/include/linux/pci.h
> @@ -1702,6 +1702,10 @@ static inline int pci_irqd_intx_xlate(struct irq_domain *d,
> unsigned long *out_hwirq,
> unsigned int *out_type)
> { return -EINVAL; }
> +
> +static inline const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,
> + struct pci_dev *dev)
> +{ return NULL; }
> #endif /* CONFIG_PCI */
>
> /* Include architecture-dependent settings and functions */
> --
> 2.17.1
>
Powered by blists - more mailing lists