projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] make various thing static
[linux-2.6.git]
/
kernel
/
module.c
diff --git
a/kernel/module.c
b/kernel/module.c
index
0494c89
..
068e271
100644
(file)
--- a/
kernel/module.c
+++ b/
kernel/module.c
@@
-730,7
+730,7
@@
static int obsparm_copy_string(const char *val, struct kernel_param *kp)
return 0;
}
-int set_obsolete(const char *val, struct kernel_param *kp)
+static int set_obsolete(const char *val, struct kernel_param *kp)
{
unsigned int min, max;
unsigned int size, maxsize;