diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2007-12-12 14:00:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:57:25 -0500 |
commit | 6a7657f56271bded0ddca1cb1e8772506a10c0a3 (patch) | |
tree | 81ee7414dbbf1bc9856b408c9bc49da4b5c5d32b /drivers/net/loopback.c | |
parent | 81103a52f26d8630aa0c1dcddccaebb04d7922a8 (diff) |
[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>
Diffstat (limited to 'drivers/net/loopback.c')
-rw-r--r-- | drivers/net/loopback.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c index fa147cd5d68c..f2a6e7132241 100644 --- a/drivers/net/loopback.c +++ b/drivers/net/loopback.c | |||
@@ -64,8 +64,6 @@ struct pcpu_lstats { | |||
64 | unsigned long bytes; | 64 | unsigned long bytes; |
65 | }; | 65 | }; |
66 | 66 | ||
67 | #define LOOPBACK_OVERHEAD (128 + MAX_HEADER + 16 + 16) | ||
68 | |||
69 | /* KISS: just allocate small chunks and copy bits. | 67 | /* KISS: just allocate small chunks and copy bits. |
70 | * | 68 | * |
71 | * So, in fact, this is documentation, explaining what we expect | 69 | * So, in fact, this is documentation, explaining what we expect |