OSDN Git Service

blackfin idle: Fix compile error
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 21 Feb 2013 09:56:43 +0000 (09:56 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 22 Feb 2013 23:26:41 +0000 (00:26 +0100)
commiteba87ef89f7e669062a14d6008e40a8b8f777e74
tree482ec4c65b600d2a69c926d3987a2df1fe429bb7
parent10baf04e95fbf7eb6089410220a547211dd2ffa7
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 <lars@metafoo.de>
Acked-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/blackfin/kernel/process.c