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>
This commit is contained in:
parent
c16ff7e448
commit
05f62a5c04
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <asm/cache.h>
|
||||
#include <asm/cputable.h>
|
||||
#include <asm/machdep.h>
|
||||
#include <asm/smp.h>
|
||||
|
||||
void default_idle(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue