From b6524477df87eeec436d01dd361017468c7f915f Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sat, 7 May 2016 07:46:10 -0700 Subject: x86: Drop asm/acpi.h Remove asm/acpi.h which is never used. Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Tested-by: Stefan Roese Reviewed-by: Simon Glass --- arch/x86/cpu/ivybridge/northbridge.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86/cpu/ivybridge/northbridge.c') diff --git a/arch/x86/cpu/ivybridge/northbridge.c b/arch/x86/cpu/ivybridge/northbridge.c index f7e0bc3f18..491f2894f9 100644 --- a/arch/x86/cpu/ivybridge/northbridge.c +++ b/arch/x86/cpu/ivybridge/northbridge.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include -- cgit