Re: [PATCH 04/12] i3c: master: Support ACPI enumeration
Akhil R <[email protected]>
| Newsgroups | dev.linux.lists.acpica-devel,dev.linux.lists.llvm,dev.linux.lists.oe-kbuild-all,org.infradead.lists.linux-i3c,org.kernel.vger.linux-acpi,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel,org.kernel.vger.linux-tegra |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 24 Mar 2026 09:43:27 +0100, Alexandre Belloni wrote: ... >> #include <linux/acpi.h> is added in PATCH 03/12. The functions' prototypes >> are present in acpi.h. I think the bot checked this patch individually, >> or did I miss something? >> > > #include <acpi/acpi_bus.h> is behind an #ifdef in acpi.h and your code > is not. Thanks for pointing Alexandre and Guenter. I also noticed that we do not have stub functions for a few of the acpi_* functions in #else. Looks like I will have to guard calls to these functions under #ifdef CONFIG_ACPI. Best Regards, Akhil