Lars-Peter Clausen c192b196d0 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💯 error: 'idle' undeclared (first use in this function)
	arch/microblaze/kernel/process.c💯 error: (Each undeclared identifier is reported only once
	arch/microblaze/kernel/process.c💯 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>
2013-02-23 00:26:50 +01:00
..
2012-03-28 15:58:21 -07:00
2011-04-01 09:34:51 +02:00
2012-12-13 18:15:34 +01:00
2010-10-21 15:51:58 +10:00
2012-05-05 13:00:24 +02:00
2013-02-23 00:26:50 +01:00
2012-12-13 18:15:34 +01:00
2009-03-27 14:25:15 +01:00
2010-08-04 10:22:35 +02:00