aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-10-14 14:22:59 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-14 15:41:51 -0400
commit47063d6b11fdeb166a323315a9e19f565b73d352 (patch)
treef6d01c34cb72c7565a132483666d8286eca8c9f2 /drivers/net/macvlan.c
parentbef1bc95f32bd7603c3682dbb8695cf4d5841732 (diff)
remove duplicate initializer (macvlan)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/macvlan.c')
-rw-r--r--drivers/net/macvlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c
index b7c81c874f7a..2e4bcd5654c4 100644
--- a/drivers/net/macvlan.c
+++ b/drivers/net/macvlan.c
@@ -178,7 +178,6 @@ static const struct header_ops macvlan_hard_header_ops = {
178 .create = macvlan_hard_header, 178 .create = macvlan_hard_header,
179 .rebuild = eth_rebuild_header, 179 .rebuild = eth_rebuild_header,
180 .parse = eth_header_parse, 180 .parse = eth_header_parse,
181 .rebuild = eth_rebuild_header,
182 .cache = eth_header_cache, 181 .cache = eth_header_cache,
183 .cache_update = eth_header_cache_update, 182 .cache_update = eth_header_cache_update,
184}; 183};