summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p8h61-m_pro/acpi/platform.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p8h61-m_pro/acpi/platform.asl')
-rw-r--r--src/mainboard/asus/p8h61-m_pro/acpi/platform.asl16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/asus/p8h61-m_pro/acpi/platform.asl b/src/mainboard/asus/p8h61-m_pro/acpi/platform.asl
deleted file mode 100644
index bbee0a2787f4..000000000000
--- a/src/mainboard/asus/p8h61-m_pro/acpi/platform.asl
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* The _PTS method (Prepare To Sleep) is called before the OS is
- * entering a sleep state. The sleep state number is passed in Arg0
- */
-
-Method(_PTS,1)
-{
-}
-
-/* The _WAK method is called on system wakeup */
-
-Method(_WAK,1)
-{
- Return(Package(){0,0})
-}