Skip to content

Commit

Permalink
[NET]: Remove unused define from loopback driver.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jan 28, 2008
1 parent 81103a5 commit 6a7657f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/loopback.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a7657f

Please sign in to comment.