From 5d9612af2e79be60654575ee43875416c271c373 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 3 Feb 2023 08:09:35 +0100 Subject: treewide: Remove unuseful "_AEI: ACPI Event Interrupts" Change-Id: I58a4e4fbd1a43462147daa58a5fda767cfd59c06 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72758 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/protectli/vault_bsw/acpi/mainboard.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/protectli') diff --git a/src/mainboard/protectli/vault_bsw/acpi/mainboard.asl b/src/mainboard/protectli/vault_bsw/acpi/mainboard.asl index 38779c2467..2ff4075892 100644 --- a/src/mainboard/protectli/vault_bsw/acpi/mainboard.asl +++ b/src/mainboard/protectli/vault_bsw/acpi/mainboard.asl @@ -2,7 +2,7 @@ Scope (\_SB.GPNC) { - Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts + Method (_AEI, 0, Serialized) { Name (RBUF, ResourceTemplate () { -- cgit v1.2.3