Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755666AbaFPRQt (ORCPT ); Mon, 16 Jun 2014 13:16:49 -0400 Received: from usmamail.tilera.com ([12.216.194.151]:44700 "EHLO USMAMAIL.TILERA.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752152AbaFPRQs (ORCPT ); Mon, 16 Jun 2014 13:16:48 -0400 X-CheckPoint: {539F267F-A-2100090A-C0000000} Message-ID: <201406161716.s5GHGkKq026867@farm-0039.internal.tilera.com> From: Chris Metcalf Date: Mon, 16 Jun 2014 13:14:05 -0400 Subject: [PATCH] net: tile: fix unused variable warning To: , MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 'i' is unused in tile_net_dev_init() after commit d581ebf5a1f. Signed-off-by: Chris Metcalf --- drivers/net/ethernet/tile/tilegx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/tile/tilegx.c b/drivers/net/ethernet/tile/tilegx.c index 14389f841d43..4c70360967c2 100644 --- a/drivers/net/ethernet/tile/tilegx.c +++ b/drivers/net/ethernet/tile/tilegx.c @@ -2191,7 +2191,6 @@ static void tile_net_setup(struct net_device *dev) static void tile_net_dev_init(const char *name, const uint8_t *mac) { int ret; - int i; struct net_device *dev; struct tile_net_priv *priv; -- 1.8.3.1 -- 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/