Re: [PATCH v5 01/10] ACPI: APEI: GHES: share macros via a private header
Jonathan Cameron <[email protected]> Fri, 29 May 2026 16:52:39 +0100
| Newsgroups | dev.linux.lists.acpica-devel,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-acpi,org.kernel.vger.linux-cxl,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-edac,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260529165239.25753125@jic23-huawei> |
On Fri, 29 May 2026 10:50:41 +0100 Ahmed Tiba <[email protected]> wrote: > Carve the CPER helper macros out of ghes.c and place them in a private > header so they can be shared with upcoming helper files. This is a > mechanical include change with no functional differences. > > Signed-off-by: Ahmed Tiba <[email protected]> I'm not sure there is a 'right' way to handle the use of ACPI deifned stuff outside of ACPI, but this seems reasonable to me. Reviewed-by: Jonathan Cameron <[email protected]>