diff options
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/acpi/gpe.asl | 1 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/acpi/mainboard.asl | 1 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/acpi/sleep.asl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/acpi/gpe.asl b/src/mainboard/gizmosphere/gizmo/acpi/gpe.asl index ed416ebda5..9998470f8d 100644 --- a/src/mainboard/gizmosphere/gizmo/acpi/gpe.asl +++ b/src/mainboard/gizmosphere/gizmo/acpi/gpe.asl @@ -81,4 +81,3 @@ Scope(\_GPE) { /* Start Scope GPE */ /* Contains the GPEs for USB overcurrent */ #include "usb_oc.asl" - diff --git a/src/mainboard/gizmosphere/gizmo/acpi/mainboard.asl b/src/mainboard/gizmosphere/gizmo/acpi/mainboard.asl index ce5b10e82e..a610b6275e 100644 --- a/src/mainboard/gizmosphere/gizmo/acpi/mainboard.asl +++ b/src/mainboard/gizmosphere/gizmo/acpi/mainboard.asl @@ -66,4 +66,3 @@ Scope(\_SI) { /* DBGO("\n") */ } } /* End Scope SI */ - diff --git a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl index 61adbcbc4d..2191c64fb7 100644 --- a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl +++ b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl @@ -119,4 +119,3 @@ Method(\_WAK, 1) { */ Return(WKST) } /* End Method(\_WAK) */ - |