aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_67x/model_67x_init.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-07-28 20:39:40 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-07-30 08:23:01 +0200
commit8eaf1e765d811ec61ba28fec26db1541904b0eed (patch)
tree9da06933e095bd1ff5d508a73cb439184478fa25 /src/cpu/intel/model_67x/model_67x_init.c
parent696561c2a4813d9dd1f0b54726553fb5f5e45714 (diff)
cpu/intel/model_67x: Add missing include
The added device.h file was indirectly picked from cpu.h, which will have this include removed in a follow-up patch. Change-Id: Ifc0a4800de3b1ef220ab1034934f583be8c527b0 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3826 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/intel/model_67x/model_67x_init.c')
-rw-r--r--src/cpu/intel/model_67x/model_67x_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_67x/model_67x_init.c b/src/cpu/intel/model_67x/model_67x_init.c
index d34e4daa9d..3ebe3618b1 100644
--- a/src/cpu/intel/model_67x/model_67x_init.c
+++ b/src/cpu/intel/model_67x/model_67x_init.c
@@ -20,6 +20,7 @@
#include <console/console.h>
#include <string.h>
+#include <device/device.h>
#include <cpu/cpu.h>
#include <cpu/x86/mtrr.h>
#include <cpu/x86/lapic.h>