summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/stout/mainboard.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-08-17 14:54:02 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-11 14:45:08 +0000
commitd2496576f1b70ebb2a4e90d525f26be13f6a01f9 (patch)
treec59719def33da61b1498399a6c731082311f261a /src/mainboard/google/stout/mainboard.c
parentded3f909cbdc0e464e5cac3119a43157e3f56901 (diff)
downloadcoreboot-d2496576f1b70ebb2a4e90d525f26be13f6a01f9.tar.gz
coreboot-d2496576f1b70ebb2a4e90d525f26be13f6a01f9.tar.bz2
coreboot-d2496576f1b70ebb2a4e90d525f26be13f6a01f9.zip
src: Remove unneeded include <arch/interrupt.h>
Change-Id: I3323d25b72dab2f9bc8a575ba41faf059ee1ffc4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34933 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/google/stout/mainboard.c')
-rw-r--r--src/mainboard/google/stout/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/mainboard.c b/src/mainboard/google/stout/mainboard.c
index 05de8cb63d85..ac356027f5fc 100644
--- a/src/mainboard/google/stout/mainboard.c
+++ b/src/mainboard/google/stout/mainboard.c
@@ -20,7 +20,6 @@
#include <device/pci_ops.h>
#include <drivers/intel/gma/int15.h>
#include <arch/acpi.h>
-#include <arch/interrupt.h>
#include <boot/coreboot_tables.h>
#include <southbridge/intel/bd82x6x/pch.h>
#include <device/pci.h>