OSDN Git Service

powerpc: Fix idle.c compile warning
authorPaul Mackerras <paulus@samba.org>
Thu, 6 Oct 2005 03:29:24 +0000 (13:29 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 6 Oct 2005 03:29:24 +0000 (13:29 +1000)
This fixes a compile warning when using arch/ppc/kernel/idle.c
in a merged (ARCH=powerpc) kernel.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/idle.c

index fba29c8..0a12fbe 100644 (file)
@@ -32,6 +32,7 @@
 #include <asm/cache.h>
 #include <asm/cputable.h>
 #include <asm/machdep.h>
+#include <asm/smp.h>
 
 void default_idle(void)
 {