treewide: Remove unuseful "_AEI: ACPI Event Interrupts"
Change-Id: I58a4e4fbd1a43462147daa58a5fda767cfd59c06 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72758 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
d0e2155a59
commit
5d9612af2e
|
@ -4,7 +4,7 @@
|
|||
|
||||
Scope (\_SB.GPNC)
|
||||
{
|
||||
Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts
|
||||
Method (_AEI, 0, Serialized)
|
||||
{
|
||||
Name (RBUF, ResourceTemplate ()
|
||||
{
|
||||
|
|
|
@ -180,7 +180,7 @@ Scope (\_SB.PCI0.LPEA)
|
|||
|
||||
Scope (\_SB.GPNC)
|
||||
{
|
||||
Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts
|
||||
Method (_AEI, 0, Serialized)
|
||||
{
|
||||
Name (RBUF, ResourceTemplate ()
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Scope (\_SB.GPNC)
|
||||
{
|
||||
Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts
|
||||
Method (_AEI, 0, Serialized)
|
||||
{
|
||||
Name (RBUF, ResourceTemplate ()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue