From 782c910e867d37867be7459f7619155b24be35e7 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 6 May 2018 21:10:19 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/26126 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nico Huber --- src/mainboard/biostar/am1ml/acpi/sio.asl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/mainboard/biostar/am1ml/acpi/sio.asl') diff --git a/src/mainboard/biostar/am1ml/acpi/sio.asl b/src/mainboard/biostar/am1ml/acpi/sio.asl index b423af5caf..7778faa4bb 100644 --- a/src/mainboard/biostar/am1ml/acpi/sio.asl +++ b/src/mainboard/biostar/am1ml/acpi/sio.asl @@ -76,12 +76,3 @@ Method (SIOS, 1) XPNP() } } -Method (SIOW, 1) -{ - EPNP() - Store (0x4, LDN) - Store (Zero, APC0) /* disable keyboard PME */ - Store (0x4, LDN) - Store (0xFF, APC1) /* clear keyboard PME status */ - XPNP() -} -- cgit v1.2.3