aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/model_206ax.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-07 07:46:10 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-05-23 15:18:00 +0800
commitb6524477df87eeec436d01dd361017468c7f915f (patch)
tree114bbce38e54cfdce277b767e48db32636ae2fe2 /arch/x86/cpu/ivybridge/model_206ax.c
parent4b6e1fda107e5244e80ebc41865650ac2873dc88 (diff)
downloadu-boot-b6524477df87eeec436d01dd361017468c7f915f.zip
u-boot-b6524477df87eeec436d01dd361017468c7f915f.tar.gz
u-boot-b6524477df87eeec436d01dd361017468c7f915f.tar.bz2
x86: Drop asm/acpi.h
Remove asm/acpi.h which is never used. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/ivybridge/model_206ax.c')
-rw-r--r--arch/x86/cpu/ivybridge/model_206ax.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/model_206ax.c b/arch/x86/cpu/ivybridge/model_206ax.c
index cef4256..e710ac4 100644
--- a/arch/x86/cpu/ivybridge/model_206ax.c
+++ b/arch/x86/cpu/ivybridge/model_206ax.c
@@ -12,7 +12,6 @@
#include <dm.h>
#include <fdtdec.h>
#include <malloc.h>
-#include <asm/acpi.h>
#include <asm/cpu.h>
#include <asm/cpu_x86.h>
#include <asm/lapic.h>