summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/stout
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-24 18:42:41 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-06 09:40:38 +0000
commitabf51abe1d30386cc6e4aee8aca0cd2fd225f853 (patch)
treee657e0fc21a47b81bcc2481b63827137fc478a72 /src/mainboard/google/stout
parente1df7eef91c4f2e7b87a02d0cff837c8805e4bbb (diff)
downloadcoreboot-abf51abe1d30386cc6e4aee8aca0cd2fd225f853.tar.gz
coreboot-abf51abe1d30386cc6e4aee8aca0cd2fd225f853.tar.bz2
coreboot-abf51abe1d30386cc6e4aee8aca0cd2fd225f853.zip
src: Remove unused '#include <cpu/x86/smm.h>'
Change-Id: I1632d03a7a73de3e3d3a83bf447480b0513873e7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41685 Reviewed-by: David Guckian Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/stout')
-rw-r--r--src/mainboard/google/stout/ec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/ec.c b/src/mainboard/google/stout/ec.c
index d80e225609e5..6e9b490917ad 100644
--- a/src/mainboard/google/stout/ec.c
+++ b/src/mainboard/google/stout/ec.c
@@ -4,7 +4,6 @@
#include <bootmode.h>
#include <types.h>
#include <console/console.h>
-#include <cpu/x86/smm.h>
#include <ec/quanta/it8518/ec.h>
#include <device/device.h>
#include <southbridge/intel/bd82x6x/pch.h>