diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-28 13:42:22 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-06-17 15:37:46 +0000 |
commit | d37a5bc29ec0f69fad55e3bfb6f6aeb7e1027607 (patch) | |
tree | c686c2a04224fd3a5c2a0cb6d96269bc80266c18 /src/mainboard/pcengines/apu2/acpi | |
parent | df946b8696731cda45a7e37e934307c3153b824f (diff) |
mb/pcengines: Remove unneeded includes and dead code
Fix coding style.
Change-Id: Id13c0ee284293c0c06d46c75c850bc7e81cfc1f6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26633
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/pcengines/apu2/acpi')
-rw-r--r-- | src/mainboard/pcengines/apu2/acpi/gpe.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/pcengines/apu2/acpi/gpe.asl b/src/mainboard/pcengines/apu2/acpi/gpe.asl index cd366dcc5d..4a6f6f8158 100644 --- a/src/mainboard/pcengines/apu2/acpi/gpe.asl +++ b/src/mainboard/pcengines/apu2/acpi/gpe.asl @@ -64,4 +64,4 @@ Scope(\_GPE) { /* Start Scope GPE */ Notify(\_SB.PCI0.PBR7, 0x02) /* NOTIFY_DEVICE_WAKE */ Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */ } -} /* End Scope GPE */ +} /* End Scope GPE */ |