summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/northbridge.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-27 12:44:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-10-28 11:56:38 +0000
commit34715df801dd8bee119c6062c3a9d5acd835e2e1 (patch)
treedfafa34282d7609738cda80139a29ea0990c24ed /src/northbridge/intel/sandybridge/northbridge.c
parentd8b6e671f143f12cb4bc1148a8c9849ccdb65357 (diff)
downloadcoreboot-34715df801dd8bee119c6062c3a9d5acd835e2e1.tar.xz
src: Remove unused '#include <cpu/cpu.h>'
Change-Id: Ibcb1cafe36c255b4c5bd0a4faeedb95e91048709 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36372 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/northbridge/intel/sandybridge/northbridge.c')
-rw-r--r--src/northbridge/intel/sandybridge/northbridge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/sandybridge/northbridge.c b/src/northbridge/intel/sandybridge/northbridge.c
index 58f4a6812d..6337d69020 100644
--- a/src/northbridge/intel/sandybridge/northbridge.c
+++ b/src/northbridge/intel/sandybridge/northbridge.c
@@ -25,7 +25,6 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <stdlib.h>
-#include <cpu/cpu.h>
#include "chip.h"
#include "sandybridge.h"
#include <cpu/intel/smm_reloc.h>