diff options
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 |