From patchwork Fri May 30 10:37:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 4269661 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 EC91C9F1D6 for ; Fri, 30 May 2014 10:42:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2711120386 for ; Fri, 30 May 2014 10:42:56 +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 4334F20384 for ; Fri, 30 May 2014 10:42:55 +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 1WqKFQ-0001ow-6d; Fri, 30 May 2014 10:41:16 +0000 Received: from mail-pd0-f176.google.com ([209.85.192.176]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WqKEt-0001bB-0d for linux-arm-kernel@lists.infradead.org; Fri, 30 May 2014 10:40:43 +0000 Received: by mail-pd0-f176.google.com with SMTP id p10so822866pdj.35 for ; Fri, 30 May 2014 03:40:22 -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:in-reply-to :references; bh=L6WH9oKLb6vjAFGl5oiokOocCIlvC8Hc1CsU9v0KwBs=; b=WiZ3bRaZeMBS4n4uQkwDPuEw7bDrcoSItdn5/ky3VDVJuhAF4+5F6/TKKtbGxnLuV0 B5jDJ7IeqTvj5L7TuE0NnZ2x7nvZwHpyT5w1I6pB01CJnwaJsRdCoKnsJIfm/JTI9OyC ZB46YNu6SJ5B7bEEFHvwmR5psrKyB/I/IdNLFh5hd9leTj80G0BkHyowVgZyLQyGIWqn MhgPRpsPZCaA6k5yvseNi02vEEkvzFvPlW7CkO+ZYw0mMU9/HRXy2rkqzRuiKEWUjA1V tPuuFApl/UemL3gJHUZMyKM1/KLe9zIvSRzeTiqvNN3rftmhYdqTGNfEipGfbv9IBVXS qREw== X-Gm-Message-State: ALoCoQlGOYRYCdutq+EzI7WbwCXAVI2g8gNokgkRpWbSqEMcdAvs7SBf6Dhfb/1h7YeAyGZGhwPu X-Received: by 10.66.142.73 with SMTP id ru9mr16952738pab.41.1401446422129; Fri, 30 May 2014 03:40:22 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id ry10sm16856016pab.38.2014.05.30.03.40.19 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 30 May 2014 03:40:21 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH Resend 6/8] ARM: spear: Staticize spear13xx_io_desc Date: Fri, 30 May 2014 16:07:39 +0530 Message-Id: <1401446261-22423-6-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1401446261-22423-1-git-send-email-sachin.kamat@linaro.org> References: <1401446261-22423-1-git-send-email-sachin.kamat@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140530_034043_104738_E8E7E2FC X-CRM114-Status: UNSURE ( 9.31 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) Cc: linux@arm.linux.org.uk, arnd@arndb.de, sachin.kamat@linaro.org, Viresh Kumar , spear-devel@list.st.com, Shiraz Hashim 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 Cc: Viresh Kumar Cc: Shiraz Hashim Cc: spear-devel@list.st.com Acked-by: Viresh Kumar --- 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),