Skip to content

Commit

Permalink
x86: KGDB build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Apr 19, 2008
1 parent 3925e6f commit f8dfd5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/x86/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8dfd5e

Please sign in to comment.