Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10858
-gerrit
commit e7e249ca019fd82d91d00b91da9d55d42dd0b90c Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Wed Jul 8 23:25:17 2015 +0200
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 --- src/device/cpu_device.c | 1 - 1 file changed, 1 deletion(-)
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) {