diff options
Diffstat (limited to 'arch/x86/kernel/apic/x2apic_cluster.c')
| -rw-r--r-- | arch/x86/kernel/apic/x2apic_cluster.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/x2apic_cluster.c b/arch/x86/kernel/apic/x2apic_cluster.c index 140e29db478..e66766bf164 100644 --- a/arch/x86/kernel/apic/x2apic_cluster.c +++ b/arch/x86/kernel/apic/x2apic_cluster.c @@ -3,7 +3,6 @@  #include <linux/string.h>  #include <linux/kernel.h>  #include <linux/ctype.h> -#include <linux/init.h>  #include <linux/dmar.h>  #include <linux/cpu.h> @@ -280,7 +279,7 @@ static struct apic apic_x2apic_cluster = {  	.trampoline_phys_low		= DEFAULT_TRAMPOLINE_PHYS_LOW,  	.trampoline_phys_high		= DEFAULT_TRAMPOLINE_PHYS_HIGH, -	.wait_for_init_deassert		= NULL, +	.wait_for_init_deassert		= false,  	.smp_callin_clear_local_apic	= NULL,  	.inquire_remote_apic		= NULL,  | 
