From: Lars-Peter Clausen Date: Thu, 21 Feb 2013 09:56:43 +0000 (+0000) Subject: blackfin idle: Fix compile error X-Git-Tag: v3.9-rc1~81^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba87ef89f7e669062a14d6008e40a8b8f777e74;p=pandora-kernel.git blackfin idle: Fix compile error Commit 26bab0c ("blackfin idle: delete pm_idle") introduced the following compile error: arch/blackfin/kernel/process.c: In function ‘cpu_idle’: arch/blackfin/kernel/process.c:83: error: ‘idle’ undeclared (first use in this function) arch/blackfin/kernel/process.c:83: error: (Each undeclared identifier is reported only once arch/blackfin/kernel/process.c:83: error: for each function it appears in.) arch/blackfin/kernel/process.c:88: 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