Russell King 779dd9590b ARM: add missing system_misc.h include to process.c
arm_pm_restart(), arm_pm_idle() and soft_restart() are all declared in
system_misc.h, but this file is not included in process.c.  Add this
missing include.  Found via sparse:

arch/arm/kernel/process.c:98:6: warning: symbol 'soft_restart' was not declared. Should it be static?
arch/arm/kernel/process.c:127:6: warning: symbol 'arm_pm_restart' was not declared. Should it be static?
arch/arm/kernel/process.c:134:6: warning: symbol 'arm_pm_idle' was not declared. Should it be static?

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2014-04-08 15:29:37 +01:00
..
2014-04-03 22:46:34 +01:00
2012-03-28 18:30:01 +01:00
2013-12-13 20:25:30 +00:00
2014-04-03 22:46:34 +01:00
2012-03-24 09:38:56 +00:00
2014-01-28 14:06:25 +00:00
2010-10-29 13:14:40 -05:00
2013-05-21 14:24:11 +00:00
2013-10-19 20:46:33 +01:00
2013-10-19 20:46:33 +01:00
2013-05-05 00:07:22 -04:00