[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071014182259.GY8181@ftp.linux.org.uk>
Date: Sun, 14 Oct 2007 19:22:59 +0100
From: Al Viro <viro@....linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: shemminger@...ux-foundation.org, jgarzik@...ox.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] remove duplicate initializer (macvlan)
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
drivers/net/macvlan.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c
index b7c81c8..2e4bcd5 100644
--- a/drivers/net/macvlan.c
+++ b/drivers/net/macvlan.c
@@ -178,7 +178,6 @@ static const struct header_ops macvlan_hard_header_ops = {
.create = macvlan_hard_header,
.rebuild = eth_rebuild_header,
.parse = eth_header_parse,
- .rebuild = eth_rebuild_header,
.cache = eth_header_cache,
.cache_update = eth_header_cache_update,
};
--
1.5.3.GIT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists