1
0
Fork 0

[NET]: Remove unused define from loopback driver.

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>
wifi-calibration
Pavel Emelyanov 2007-12-12 11:00:04 -08:00 committed by David S. Miller
parent 81103a52f2
commit 6a7657f562
1 changed files with 0 additions and 2 deletions

View File

@ -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