diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-06 13:29:24 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-06 13:29:24 +1000 |
commit | 05f62a5c049845eab8dfb3aeda55c18a2d4396e3 (patch) | |
tree | 3d64d5e6af8e66ee53a2664301cb45bd48c4bb7f /arch/ppc | |
parent | c16ff7e44883afc05cbf6fde0e6913bb10c66885 (diff) |
powerpc: Fix idle.c compile warning
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>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/kernel/idle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/kernel/idle.c b/arch/ppc/kernel/idle.c index fba29c876b6..0a12fbef734 100644 --- a/arch/ppc/kernel/idle.c +++ b/arch/ppc/kernel/idle.c @@ -32,6 +32,7 @@ #include <asm/cache.h> #include <asm/cputable.h> #include <asm/machdep.h> +#include <asm/smp.h> void default_idle(void) { |