aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2007-12-12 11:00:04 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 14:57:25 -0800
commit6a7657f56271bded0ddca1cb1e8772506a10c0a3 (patch)
tree81ee7414dbbf1bc9856b408c9bc49da4b5c5d32b /drivers/net/loopback.c
parent[NETNS]: network namespace was passed into dev_getbyhwaddr but not used (diff)
downloadlinux-dev-6a7657f56271bded0ddca1cb1e8772506a10c0a3.tar.xz
linux-dev-6a7657f56271bded0ddca1cb1e8772506a10c0a3.zip
[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.c2
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 {
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