Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761326AbXIVHw7 (ORCPT ); Sat, 22 Sep 2007 03:52:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752273AbXIVHwu (ORCPT ); Sat, 22 Sep 2007 03:52:50 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:47468 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751511AbXIVHwt (ORCPT ); Sat, 22 Sep 2007 03:52:49 -0400 Date: Sat, 22 Sep 2007 13:25:47 +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] iseries_veth: Kill unused variable 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: 946 Lines: 27 drivers/net/iseries_veth.c: In function 'veth_transmit_to_many': drivers/net/iseries_veth.c:1174: warning: unused variable 'port' Signed-off-by: Satyam Sharma --- drivers/net/iseries_veth.c | 1 - 1 file changed, 1 deletion(-) diff -ruNp a/drivers/net/iseries_veth.c b/drivers/net/iseries_veth.c --- a/drivers/net/iseries_veth.c 2007-09-22 06:26:39.000000000 +0530 +++ b/drivers/net/iseries_veth.c 2007-09-22 11:17:29.000000000 +0530 @@ -1171,7 +1171,6 @@ static void veth_transmit_to_many(struct HvLpIndexMap lpmask, struct net_device *dev) { - struct veth_port *port = (struct veth_port *) dev->priv; int i, success, error; success = error = 0; - 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/