From: Russell King Date: Sun, 6 Apr 2014 15:17:39 +0000 (+0100) Subject: ARM: add missing system_misc.h include to process.c X-Git-Tag: v3.15-rc1~31^2~1^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779dd9590b00bd91b7811c24f0df34a9d91bfa0f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed