From patchwork Wed May 28 06:00:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 4252751 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 76EDF9F32B for ; Wed, 28 May 2014 06:06:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 887ED201DE for ; Wed, 28 May 2014 06:06:09 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7926C20172 for ; Wed, 28 May 2014 06:06:08 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WpWxK-00033V-42; Wed, 28 May 2014 06:03:18 +0000 Received: from mail-pb0-f53.google.com ([209.85.160.53]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WpWxH-00032L-Bh for linux-arm-kernel@lists.infradead.org; Wed, 28 May 2014 06:03:15 +0000 Received: by mail-pb0-f53.google.com with SMTP id md12so10544437pbc.40 for ; Tue, 27 May 2014 23:02:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Ju+iAvED58lJYsKsdXNySMH50//YCglRdQOX23DJHGI=; b=NeeRzE7Pz8budQYxJYRUwxQiROPBfNKQ1vAk/zRg6AXPHfZxrLyLH2z7LtKbBcpU5v SUZpG6eSWDAHViQz1vTLHTjQToOkUWiv12fHuQ4ZkLVphTaqmcLI3giqS92u8I0mLn8a PDxFHuzex6OpOx+IaLqETvbR0zdbpESGM0yBNYQwdQgZ4k6rdFXW8wDnp05j5zOzoFkV Ashu2sMw/k4TGSukpv87UjfeyCp/qb0PnxTa8/oekGlzqj5QS1uhAI5EORyFsG3N+KTh 6a1bSe7UWGVatgMSFbowV25tTnkDQwpNZErwSFkNWfJZu/SLm5b9ipbgLdNbr/Bz/IsV DH2Q== X-Gm-Message-State: ALoCoQm+fNCQcL/pLh+R+TvqGnF1tkvMpBg2RyAMMJg/A09G9ohlMQbNoJo6PUO9rWFazvVDfumL X-Received: by 10.66.188.80 with SMTP id fy16mr28078544pac.85.1401256973296; Tue, 27 May 2014 23:02:53 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id jd5sm26414517pbb.18.2014.05.27.23.02.50 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 May 2014 23:02:52 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/1] ARM: spear: Staticize spear13xx_io_desc Date: Wed, 28 May 2014 11:30:31 +0530 Message-Id: <1401256831-6874-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140527_230315_450192_E159DE70 X-CRM114-Status: UNSURE ( 9.32 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: sachin.kamat@linaro.org, shiraz.linux.kernel@gmail.com, spear-devel@list.st.com, viresh.linux@gmail.com, linux@arm.linux.org.uk X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 'spear13xx_io_desc' is used only in this file. Signed-off-by: Sachin Kamat --- arch/arm/mach-spear/spear13xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-spear/spear13xx.c b/arch/arm/mach-spear/spear13xx.c index c9897ea38980..8b56fe61a492 100644 --- a/arch/arm/mach-spear/spear13xx.c +++ b/arch/arm/mach-spear/spear13xx.c @@ -57,7 +57,7 @@ void __init spear13xx_l2x0_init(void) * 0xEC000000 0xFC000000 * 0xED000000 0xFB000000 */ -struct map_desc spear13xx_io_desc[] __initdata = { +static struct map_desc spear13xx_io_desc[] __initdata = { { .virtual = (unsigned long)VA_PERIP_GRP2_BASE, .pfn = __phys_to_pfn(PERIP_GRP2_BASE),