Skip to content
Snippets Groups Projects
Commit 6a7657f5 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by David S. Miller
Browse files

[NET]: Remove unused define from loopback driver.


The LOOPBACK_OVERHEAD is not used in this file at all.

Signed-off-by: default avatarPavel Emelyanov <xemul@openvz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 81103a52
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment