summaryrefslogtreecommitdiffstats
path: root/src/northbridge
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-09-12 17:11:20 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-15 20:35:14 +0000
commit1e3d16e8d179ef2502ac83b485dbdca4718db01e (patch)
tree770f89678da62340809e8d4ac0f7033da71efd0d /src/northbridge
parent409a5dc8af8085a9bb1945914a728f81c1b5cd02 (diff)
downloadcoreboot-1e3d16e8d179ef2502ac83b485dbdca4718db01e.tar.gz
coreboot-1e3d16e8d179ef2502ac83b485dbdca4718db01e.tar.bz2
coreboot-1e3d16e8d179ef2502ac83b485dbdca4718db01e.zip
nb/i945: Remove unused include <cpu/cpu.h>
Change-Id: I5dff9b7c157b2aba596e95b5fb18a84f7c4e9365 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35384 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/i945/northbridge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/northbridge.c b/src/northbridge/intel/i945/northbridge.c
index dd4e8ac12589..dde1b110f4b4 100644
--- a/src/northbridge/intel/i945/northbridge.c
+++ b/src/northbridge/intel/i945/northbridge.c
@@ -21,7 +21,6 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <stdlib.h>
-#include <cpu/cpu.h>
#include <arch/acpi.h>
#include <cpu/intel/smm_reloc.h>
#include "i945.h"