OSDN Git Service

microblaze idle: Fix compile error
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 21 Feb 2013 10:15:31 +0000 (10:15 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 22 Feb 2013 23:26:50 +0000 (00:26 +0100)
commitc192b196d0f3a239f9f056d02a983c48cdf128d9
tree0876cfe6d57c85d2dcc5a22150e15adf07d3db17
parenteba87ef89f7e669062a14d6008e40a8b8f777e74
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 <lars@metafoo.de>
Acked-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/microblaze/kernel/process.c