summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/emeraldlake2
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-17 17:15:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:38:45 +0000
commit32da3437f92f1c7e19b81e3bc99b4951d5268502 (patch)
tree157846df26c53e5a3981efd9022bb62d827ccd92 /src/mainboard/intel/emeraldlake2
parent9d00242e24b5e50d4560878b332d9ddf0beabe70 (diff)
downloadcoreboot-32da3437f92f1c7e19b81e3bc99b4951d5268502.tar.gz
coreboot-32da3437f92f1c7e19b81e3bc99b4951d5268502.tar.bz2
coreboot-32da3437f92f1c7e19b81e3bc99b4951d5268502.zip
src: Remove unused '#include <cpu/x86/lapic.h>'
Also, replace 'lapic.h' by 'lapic_def.h' in 'soc/intel/braswell/northcluster.c'. Change-Id: I71cff43d53660dc1e5a760ac3034bcf75f93c6e7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41489 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/emeraldlake2')
-rw-r--r--src/mainboard/intel/emeraldlake2/early_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/emeraldlake2/early_init.c b/src/mainboard/intel/emeraldlake2/early_init.c
index 6e1f7e3a8f07..119346efb765 100644
--- a/src/mainboard/intel/emeraldlake2/early_init.c
+++ b/src/mainboard/intel/emeraldlake2/early_init.c
@@ -3,7 +3,6 @@
#include <bootblock_common.h>
#include <stdint.h>
#include <arch/io.h>
-#include <cpu/x86/lapic.h>
#include <superio/smsc/sio1007/sio1007.h>
#include <northbridge/intel/sandybridge/sandybridge.h>
#include <northbridge/intel/sandybridge/raminit.h>