[PATCH] make kernel/sysctl.c:_proc_do_string() static
authorAdrian Bunk <bunk@stusta.de>
Mon, 2 Oct 2006 09:18:05 +0000 (02:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 2 Oct 2006 14:57:20 +0000 (07:57 -0700)
commitb1ba4ddde0cf67991d89f039365eaaeda61aa027
treefe5b2ea0eb589014542b05c7a68b46131097e961
parentf5dd3d6fadf98a53b35d20427ca198fda42f1251
[PATCH] make kernel/sysctl.c:_proc_do_string() static

This patch makes the needlessly global _proc_do_string() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sysctl.c