diff options
author | Martin Roth <martinroth@google.com> | 2018-05-06 21:10:19 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-15 15:42:13 +0000 |
commit | 782c910e867d37867be7459f7619155b24be35e7 (patch) | |
tree | e77646a1b0757e58dc6b193585fbd39a1c396093 /src/mainboard/jetway/pa78vm5/dsdt.asl | |
parent | e397f55702929e19fdb99d320ad2e74c4269882a (diff) |
mainboard/amd/*: Remove unused arguments from SIOW ACPI method
Since the SIOW method doesn't use any arguments, don't pass it any,
and initialize it as not using any.
Change-Id: I3fa2ab8afb7d09c176a94bbd1db27587c36030cd
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/26126
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/jetway/pa78vm5/dsdt.asl')
-rw-r--r-- | src/mainboard/jetway/pa78vm5/dsdt.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/jetway/pa78vm5/dsdt.asl b/src/mainboard/jetway/pa78vm5/dsdt.asl index bbd4381d38..0a721e9852 100644 --- a/src/mainboard/jetway/pa78vm5/dsdt.asl +++ b/src/mainboard/jetway/pa78vm5/dsdt.asl @@ -924,7 +924,7 @@ DefinitionBlock ( * Store(Arg0, Index(WKST,1)) * } */ - \_SB.PCI0.SIOW (Arg0) + \_SB.PCI0.SIOW () Return(WKST) } /* End Method(\_WAK) */ @@ -1490,7 +1490,7 @@ DefinitionBlock ( XPNP() } } - Method (SIOW, 1) + Method (SIOW, 0) { EPNP() Store (0x4, LDN) |