Staging
v0.5.1
https://github.com/torvalds/linux
Revision 84dff1a73013dbdd7d770c332ab84cbfed24741b authored by Ben Dooks on 15 March 2006, 23:17:23 UTC, committed by Russell King on 15 March 2006, 23:17:23 UTC
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 <linux/elfcore.h> for dump_fpu() decleration, and
make default_idle() static as it is not used outside the file.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 66be0c3
History
Tip revision: 84dff1a73013dbdd7d770c332ab84cbfed24741b authored by Ben Dooks on 15 March 2006, 23:17:23 UTC
[ARM] 3363/1: [cleanup] process.c - fix warnings
Tip revision: 84dff1a
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 66.2 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top