From: Lars-Peter Clausen Date: Thu, 21 Feb 2013 10:15:31 +0000 (+0000) Subject: microblaze idle: Fix compile error X-Git-Tag: v3.9-rc1~81^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c192b196d0f3a239f9f056d02a983c48cdf128d9;p=pandora-kernel.git microblaze idle: Fix compile error Commit def8203 ("microblaze idle: delete pm_idle") introduced the following compile error: arch/microblaze/kernel/process.c: In function 'cpu_idle': arch/microblaze/kernel/process.c:100: error: 'idle' undeclared (first use in this function) arch/microblaze/kernel/process.c:100: error: (Each undeclared identifier is reported only once arch/microblaze/kernel/process.c:100: error: for each function it appears in.) arch/microblaze/kernel/process.c:106: error: implicit declaration of function 'idle' This patch fixes it. Signed-off-by: Lars-Peter Clausen Acked-by: Len Brown Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed