From patchwork Tue Nov 20 05:03:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 12959 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id F2B7423FC0 for ; Tue, 20 Nov 2012 05:09:42 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9AAF5A19069 for ; Tue, 20 Nov 2012 05:09:42 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so1474613iag.11 for ; Mon, 19 Nov 2012 21:09:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=tnlNnFvd2Mdang/QNPgEZVNsLWFWapHmM/6alzSErXI=; b=UNGqPMvFPtWiZs9KTkxwUy5yvlDkQClRY7M7W7byj/tQt5h+bnNF/+jdp1R/OTknnn 7A+e0h3e5xJFrP/7ff2dTXY53KcnUBicmCHfjSRf/zidVJp811UVQTWh0X/MgYT1KdPy bY5rcsRJgxaxMhYxRI9I2bZ3/9bHPxp7FZ77kRkNItl1SC9QLbEX1SgbnzqZuoH7SHBX eAGMOCxj4vT8QieFLSEMEPoGF9QL6JZCLQGzxIYkee3bg2lyQCFo/4biv8vQrtDJK+Lp bMSwmrLpkKyYEwlNwjyZyzsQGBU8K8Ke0ApKRuRwlekjNC+EEj9eovJdnvQio2UUMAZt Ea8A== Received: by 10.50.213.34 with SMTP id np2mr8806455igc.57.1353388182005; Mon, 19 Nov 2012 21:09:42 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp269999igt; Mon, 19 Nov 2012 21:09:41 -0800 (PST) Received: by 10.68.189.38 with SMTP id gf6mr39784217pbc.145.1353388181282; Mon, 19 Nov 2012 21:09:41 -0800 (PST) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by mx.google.com with ESMTPS id s9si16360618pav.30.2012.11.19.21.09.40 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 21:09:41 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.42 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.160.42; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.42 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) smtp.mail=tushar.behera@linaro.org Received: by mail-pb0-f42.google.com with SMTP id rp2so3919081pbb.29 for ; Mon, 19 Nov 2012 21:09:40 -0800 (PST) Received: by 10.68.204.103 with SMTP id kx7mr39983122pbc.33.1353388180916; Mon, 19 Nov 2012 21:09:40 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id d2sm7400029paw.19.2012.11.19.21.09.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 21:09:39 -0800 (PST) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, patches@linaro.org Subject: [PATCH] ARM: EXYNOS: Remove unused variables Date: Tue, 20 Nov 2012 10:33:32 +0530 Message-Id: <1353387812-20001-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkvpTalaBUF10RU7FR343EROmU9yAha07SBnVlVQYh71atB3YHdKGh438XpJ72dviYBPw16 Fixes following compilation warnings. arch/arm/mach-exynos/common.c: In function ‘exynos5_init_irq’: arch/arm/mach-exynos/common.c:661:6: warning: unused variable ‘irq’ [-Wunused-variable] arch/arm/mach-exynos/common.c: In function ‘exynos_init_irq_eint’: arch/arm/mach-exynos/common.c:1046:15: warning: unused variable ‘paddr’ [-Wunused-variable] Signed-off-by: Tushar Behera --- arch/arm/mach-exynos/common.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index 9027f55..ef4f1b0 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c @@ -658,7 +658,6 @@ void __init exynos4_init_irq(void) void __init exynos5_init_irq(void) { - int irq; struct device_node *np; #ifdef CONFIG_OF @@ -1043,7 +1042,6 @@ static int __init exynos_init_irq_eint(struct device_node *np, struct device_node *parent) { int irq, *src_int, irq_base, irq_eint; - unsigned int paddr; #ifdef CONFIG_PINCTRL_SAMSUNG /*