mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
x86: KGDB build fix
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
3925e6fc1f
commit
f8dfd5ed14
1 changed files with 1 additions and 5 deletions
|
@ -46,11 +46,7 @@
|
|||
#include <asm/apicdef.h>
|
||||
#include <asm/system.h>
|
||||
|
||||
#ifdef CONFIG_X86_32
|
||||
# include <mach_ipi.h>
|
||||
#else
|
||||
# include <asm/mach_apic.h>
|
||||
#endif
|
||||
#include <mach_ipi.h>
|
||||
|
||||
/*
|
||||
* Put the error code here just in case the user cares:
|
||||
|
|
Loading…
Reference in a new issue