summaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_broadwell_de
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-26 18:10:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-05 09:01:42 +0000
commit3b6624b88ec433b4546584c0a9d82cda365d10dd (patch)
tree9237a47f5e1bdd751e255bba6b771b2f9c59a986 /src/soc/intel/fsp_broadwell_de
parent1156b35a230126ca27f65de93d12c94d2f24e69b (diff)
downloadcoreboot-3b6624b88ec433b4546584c0a9d82cda365d10dd.tar.xz
src: Remove unneeded include <arch/ioapic.h>
Change-Id: Ic08b191ee4dbcc56eb482601aa268394545936ba Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29292 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/fsp_broadwell_de')
-rw-r--r--src/soc/intel/fsp_broadwell_de/southcluster.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/southcluster.c b/src/soc/intel/fsp_broadwell_de/southcluster.c
index dff1dd9181..494697a22a 100644
--- a/src/soc/intel/fsp_broadwell_de/southcluster.c
+++ b/src/soc/intel/fsp_broadwell_de/southcluster.c
@@ -18,7 +18,6 @@
#include <stdint.h>
#include <arch/io.h>
-#include <arch/ioapic.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>