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:
52fe7b7
)
tipc: Eliminate an unused symbolic constant in link code
author
Allan Stephens
<Allan.Stephens@windriver.com>
Tue, 30 Nov 2010 12:01:01 +0000
(12:01 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 2 Dec 2010 21:34:05 +0000
(13:34 -0800)
Removes a symbol that is not referenced anywhere by TIPC's link code.
Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c
patch
|
blob
|
blame
|
history
diff --git
a/net/tipc/link.c
b/net/tipc/link.c
index aee6579438c7db29e2b4a043da3afd297d4c5ccd..cf414cf05e722800ebb32975586717c8b417f5c6 100644
(file)
--- a/
net/tipc/link.c
+++ b/
net/tipc/link.c
@@
-48,12
+48,6
@@
#define INVALID_SESSION 0x10000
-/*
- * Limit for deferred reception queue:
- */
-
-#define DEF_QUEUE_LIMIT 256u
-
/*
* Link state events:
*/