diff options
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo2/acpi')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo2/acpi/si.asl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/gizmosphere/gizmo2/acpi/si.asl b/src/mainboard/gizmosphere/gizmo2/acpi/si.asl deleted file mode 100644 index 25c1dca190..0000000000 --- a/src/mainboard/gizmosphere/gizmo2/acpi/si.asl +++ /dev/null @@ -1,10 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -Scope(\_SI) { - Method(_SST, 1) { - /* DBGO("\\_SI\\_SST\n") */ - /* DBGO(" New Indicator state: ") */ - /* DBGO(Arg0) */ - /* DBGO("\n") */ - } -} /* End Scope SI */ |