projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a4b627
)
[TIPC]: Make function tipc_nameseq_subscribe static.
author
Florian Westphal
<fw@strlen.de>
Fri, 3 Aug 2007 02:26:23 +0000
(19:26 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 3 Aug 2007 02:42:30 +0000
(19:42 -0700)
make needlessly global function tipc_nameseq_subscribe static.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/name_table.c
patch
|
blob
|
blame
|
history
diff --git
a/net/tipc/name_table.c
b/net/tipc/name_table.c
index d8473eefcd2390fca7008b9ac021fa2735f783f6..ac7dfdda79737f652e540dfd0297611a986aba12 100644
(file)
--- a/
net/tipc/name_table.c
+++ b/
net/tipc/name_table.c
@@
-501,7
+501,7
@@
end_node:
* sequence overlapping with the requested sequence
*/
-void tipc_nameseq_subscribe(struct name_seq *nseq, struct subscription *s)
+
static
void tipc_nameseq_subscribe(struct name_seq *nseq, struct subscription *s)
{
struct sub_seq *sseq = nseq->sseqs;