summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-08 23:25:17 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-09 00:30:56 +0200
commitb538a69936fa6467a59f92ff965a97f814567035 (patch)
tree3d010a9a8f38ace2fa0d50720cdbba613f089644
parent808f784db5f22784619f306f76a9da94706142cc (diff)
downloadcoreboot-staging-b538a69936fa6467a59f92ff965a97f814567035.zip
coreboot-staging-b538a69936fa6467a59f92ff965a97f814567035.tar.gz
device: remove unused x86 include from common code
The include breaks compilation on ARM with clang. Change-Id: I1ce0d58dbcbb8785c23739670c8c9574c329a81c Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10858 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
-rw-r--r--src/device/cpu_device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/cpu_device.c b/src/device/cpu_device.c
index 613f1b9..f48946f 100644
--- a/src/device/cpu_device.c
+++ b/src/device/cpu_device.c
@@ -20,7 +20,6 @@
#include <device/device.h>
#include <console/console.h>
-#include <cpu/x86/lapic.h>
device_t add_cpu_device(struct bus *cpu_bus, unsigned apic_id, int enabled)
{
OpenPOWER on IntegriCloud