projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f48d4
)
[PATCH] uml: make two variables static
author
Jeff Dike
<
[email protected]
>
Sat, 10 Feb 2007 09:44:01 +0000
(
01:44
-0800)
committer
Linus Torvalds
<
[email protected]
>
Sun, 11 Feb 2007 18:51:21 +0000
(10:51 -0800)
Make a couple of variables static.
Signed-off-by: Jeff Dike <
[email protected]
>
Cc: Paolo 'Blaisorblade' Giarrusso <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/drivers/port_kern.c
patch
|
blob
|
history
diff --git
a/arch/um/drivers/port_kern.c
b/arch/um/drivers/port_kern.c
index 6dfe632f1c14d9a64ebc9a279a65025eefba2ac7..c688da7221775e2fef5f7e6bd7fb2b9d108135f9 100644
(file)
--- a/
arch/um/drivers/port_kern.c
+++ b/
arch/um/drivers/port_kern.c
@@
-129,8
+129,8
@@
static int port_accept(struct port_list *port)
return(ret);
}
-DECLARE_MUTEX(ports_sem);
-struct list_head ports = LIST_HEAD_INIT(ports);
+
static
DECLARE_MUTEX(ports_sem);
+st
atic st
ruct list_head ports = LIST_HEAD_INIT(ports);
void port_work_proc(struct work_struct *unused)
{