Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759553AbXJNSXQ (ORCPT ); Sun, 14 Oct 2007 14:23:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758405AbXJNSXE (ORCPT ); Sun, 14 Oct 2007 14:23:04 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:45639 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758436AbXJNSXD (ORCPT ); Sun, 14 Oct 2007 14:23:03 -0400 Date: Sun, 14 Oct 2007 19:22:59 +0100 From: Al Viro To: Linus Torvalds Cc: shemminger@linux-foundation.org, jgarzik@pobox.com, linux-kernel@vger.kernel.org Subject: [PATCH] remove duplicate initializer (macvlan) Message-ID: <20071014182259.GY8181@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 828 Lines: 26 Signed-off-by: Al Viro --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/