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 fba29c876b62ab843d06e308ef2590c9f3999f85..0a12fbef73470d8df2c712de0e55137b91a86f88 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)
 {
This page took 0.024964 seconds and 5 git commands to generate.