aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-02 21:21:42 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-06 10:30:05 +0000
commit32f48a2d56af951186538b6f6bcb136736f11254 (patch)
tree6bd3b7d62f8b655fccac30ff080b2f32e2900fa5 /src/mainboard/google/stout
parentfb0fa7643eab9d81626c375a1b3b8d11138dd979 (diff)
mb/google: Remove unused 'include <smbios.h>'
Change-Id: Ib96c317391745fa5afea785e3c7441124b3fc252 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32547 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Diffstat (limited to 'src/mainboard/google/stout')
-rw-r--r--src/mainboard/google/stout/mainboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/stout/mainboard.c b/src/mainboard/google/stout/mainboard.c
index 5f51a6b8bc..05de8cb63d 100644
--- a/src/mainboard/google/stout/mainboard.c
+++ b/src/mainboard/google/stout/mainboard.c
@@ -22,14 +22,14 @@
#include <arch/acpi.h>
#include <arch/interrupt.h>
#include <boot/coreboot_tables.h>
-#include "onboard.h"
-#include "ec.h"
#include <southbridge/intel/bd82x6x/pch.h>
-#include <smbios.h>
#include <device/pci.h>
#include <ec/quanta/it8518/ec.h>
#include <vendorcode/google/chromeos/chromeos.h>
+#include "ec.h"
+#include "onboard.h"
+
void mainboard_suspend_resume(void)
{
/* Stout EC needs to be put back in ACPI mode */