mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] make various thing static
Another rollup of patches which give various symbols static scope Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
d763b7a473
commit
52c1da3953
17 changed files with 40 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue