diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-16 23:06:06 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-17 02:18:23 +0200 |
commit | 52f7043024ad581d7dc8294e8d7dc34fc3f0841d (patch) | |
tree | 74763ccab16a41db8d4833e09751398b40da183c /src/mainboard/gizmosphere/gizmo/acpi | |
parent | 4202f5d3b3defb5218f95343438d05a7ec1df2ea (diff) |
mainboard,ASL: Trivial - drop trailing blank lines at EOF
Change-Id: Ib531a54db7df6b49a6218f689dcaab712e9dfb01
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6292
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/acpi')
-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) */ - |