Re: [PATCH v2 3/3] PCI/ACPI: allow ACPI to be built without PCI support

From: Sinan Kaya
Date: Sun Dec 09 2018 - 11:03:55 EST


On 12/9/2018 1:20 AM, Andy Shevchenko wrote:
+#ifdef CONFIG_PCI
struct pci_dev *acpi_get_pci_dev(acpi_handle);
+#else
+static inline struct pci_dev *acpi_get_pci_dev(acpi_handle hndl)
Can you spell handle fully?


Yeah, I can do that.