diff options
Diffstat (limited to 'arch/powerpc/kernel/smp.c')
| -rw-r--r-- | arch/powerpc/kernel/smp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index 46695febc09..d9f94410fd7 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c @@ -43,12 +43,12 @@  #include <asm/machdep.h>  #include <asm/cputhreads.h>  #include <asm/cputable.h> -#include <asm/system.h>  #include <asm/mpic.h>  #include <asm/vdso_datapage.h>  #ifdef CONFIG_PPC64  #include <asm/paca.h>  #endif +#include <asm/debug.h>  #ifdef DEBUG  #include <asm/udbg.h>  |