From: Ben Dooks Date: Wed, 15 Mar 2006 23:17:23 +0000 (+0000) Subject: [ARM] 3363/1: [cleanup] process.c - fix warnings X-Git-Tag: v2.6.16~25^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84dff1a73013dbdd7d770c332ab84cbfed24741b;p=pandora-kernel.git [ARM] 3363/1: [cleanup] process.c - fix warnings Patch from Ben Dooks Fix the following warnings from sparse: arch/arm/kernel/process.c:86:6: warning: symbol 'default_idle' was not declared. Should it be static? arch/arm/kernel/process.c:378:5: warning: symbol 'dump_fpu' was not declared. Should it be static? Include for dump_fpu() decleration, and make default_idle() static as it is not used outside the file. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- Reading git-diff-tree failed