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)
This commit is contained in:
Stefan Reinauer 2015-07-08 23:25:17 +02:00
parent 808f784db5
commit b538a69936
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{