summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t420s/smihandler.c
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2019-10-23 22:07:58 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-04-18 18:57:18 +0000
commit18f888598da2a0cf3458736c3f56b31986f28d29 (patch)
tree0f74b0c7e1850ca469ae23710f239651326bdd58 /src/mainboard/lenovo/t420s/smihandler.c
parent75f4776610c7d24d0c48dc48ff2a236ea914a80c (diff)
downloadcoreboot-18f888598da2a0cf3458736c3f56b31986f28d29.tar.xz
mb/lenovo/t420(s): Do minor cosmetic changes
Align the whitespace and do some cosmetic changes. This makes it easier to fold these two boards into a variant setup. Change-Id: I53bdd90ae47b52dfdfec27229c6b904487fa2081 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/t420s/smihandler.c')
-rw-r--r--src/mainboard/lenovo/t420s/smihandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t420s/smihandler.c b/src/mainboard/lenovo/t420s/smihandler.c
index 84b9c3a732..443299573a 100644
--- a/src/mainboard/lenovo/t420s/smihandler.c
+++ b/src/mainboard/lenovo/t420s/smihandler.c
@@ -6,8 +6,8 @@
#include <cpu/x86/smm.h>
#include <ec/acpi/ec.h>
#include <ec/lenovo/h8/h8.h>
-#include <southbridge/intel/common/pmutil.h>
#include <southbridge/intel/bd82x6x/pch.h>
+#include <southbridge/intel/common/pmutil.h>
#define GPE_EC_SCI 1
#define GPE_EC_WAKE 13