Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760495AbXIVHvc (ORCPT ); Sat, 22 Sep 2007 03:51:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755024AbXIVHvW (ORCPT ); Sat, 22 Sep 2007 03:51:22 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:54989 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752382AbXIVHvV (ORCPT ); Sat, 22 Sep 2007 03:51:21 -0400 Date: Sat, 22 Sep 2007 13:24:08 +0530 (IST) From: Satyam Sharma X-X-Sender: satyam@enigma.security.iitk.ac.in To: Andrew Morton cc: Linux Kernel Mailing List , Jeff Garzik , Linux Netdev Mailing List Subject: [PATCH -mm] mv643xx_eth: Remove redundant multiple initialization In-Reply-To: <20070918011841.2381bd93.akpm@linux-foundation.org> Message-ID: References: <20070918011841.2381bd93.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1022 Lines: 27 Of ethtool_ops->get_stats_count and ethtool_ops->get_ethtool_stats. Signed-off-by: Satyam Sharma --- drivers/net/mv643xx_eth.c | 2 -- 1 file changed, 2 deletions(-) diff -ruNp a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c --- a/drivers/net/mv643xx_eth.c 2007-09-22 06:26:39.000000000 +0530 +++ b/drivers/net/mv643xx_eth.c 2007-09-22 13:15:41.000000000 +0530 @@ -2740,8 +2740,6 @@ static const struct ethtool_ops mv643xx_ .get_stats_count = mv643xx_get_stats_count, .get_ethtool_stats = mv643xx_get_ethtool_stats, .get_strings = mv643xx_get_strings, - .get_stats_count = mv643xx_get_stats_count, - .get_ethtool_stats = mv643xx_get_ethtool_stats, .nway_reset = mv643xx_eth_nway_restart, }; - 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/