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:
81103a5
)
[NET]: Remove unused define from loopback driver.
author
Pavel Emelyanov
<xemul@openvz.org>
Wed, 12 Dec 2007 19:00:04 +0000
(11:00 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 22:57:25 +0000
(14:57 -0800)
The LOOPBACK_OVERHEAD is not used in this file at all.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/loopback.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/loopback.c
b/drivers/net/loopback.c
index fa147cd5d68c07e2b8e434ffad5db9c55891b58d..f2a6e713224153bb5e6861aebce481089d227597 100644
(file)
--- a/
drivers/net/loopback.c
+++ b/
drivers/net/loopback.c
@@
-64,8
+64,6
@@
struct pcpu_lstats {
unsigned long bytes;
};
-#define LOOPBACK_OVERHEAD (128 + MAX_HEADER + 16 + 16)
-
/* KISS: just allocate small chunks and copy bits.
*
* So, in fact, this is documentation, explaining what we expect