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)
This commit is contained in:
Kyösti Mälkki 2013-07-28 20:39:40 +03:00
parent 696561c2a4
commit 8eaf1e765d
1 changed files with 1 additions and 0 deletions

View File

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