From patchwork Tue Oct 19 07:30:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 264761 X-Patchwork-Delegate: hiroshi.doyu@nokia.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9J7VJeX022721 for ; Tue, 19 Oct 2010 07:31:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758104Ab0JSHbS (ORCPT ); Tue, 19 Oct 2010 03:31:18 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:33059 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758069Ab0JSHbS (ORCPT ); Tue, 19 Oct 2010 03:31:18 -0400 Received: from dlep36.itg.ti.com ([157.170.170.91]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o9J7VFeV004893 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Oct 2010 02:31:15 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id o9J7VEp3002292; Tue, 19 Oct 2010 02:31:14 -0500 (CDT) Received: from localhost (wsp000207096wss.emea.dhcp.ti.com [137.167.41.206]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o9J7VDf17905; Tue, 19 Oct 2010 02:31:13 -0500 (CDT) From: Felipe Balbi To: Tony Lindgren Cc: Linux OMAP Mailing List , linux-arm-kernel@lists.infradead.org, Felipe Balbi Subject: [PATCH 2/2] arm: omap1: remove unused variables Date: Tue, 19 Oct 2010 10:30:55 +0300 Message-Id: <1287473455-25773-3-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.3.rc0.35.g8ac8c In-Reply-To: <1287473455-25773-1-git-send-email-balbi@ti.com> References: <1287473455-25773-1-git-send-email-balbi@ti.com> Organization: Texas Instruments\n Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 19 Oct 2010 07:31:19 +0000 (UTC) diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c index 1a85a42..1add133 100644 --- a/arch/arm/mach-omap1/mailbox.c +++ b/arch/arm/mach-omap1/mailbox.c @@ -145,7 +145,6 @@ static int __devinit omap1_mbox_probe(struct platform_device *pdev) { struct resource *mem; int ret; - int i; struct omap_mbox **list; list = omap1_mboxes; diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c index 8b66392..f97c6e9 100644 --- a/arch/arm/mach-omap1/pm_bus.c +++ b/arch/arm/mach-omap1/pm_bus.c @@ -48,7 +48,6 @@ static int omap1_pm_runtime_suspend(struct device *dev) static int omap1_pm_runtime_resume(struct device *dev) { - int ret = 0; struct clk *iclk, *fclk; dev_dbg(dev, "%s\n", __func__);