From patchwork Tue Jun 24 11:43:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 4408241 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 557D99F402 for ; Tue, 24 Jun 2014 11:51:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9BCE52020A for ; Tue, 24 Jun 2014 11:51: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 CC260201EF for ; Tue, 24 Jun 2014 11:51: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 1WzPDg-0000Yz-Ux; Tue, 24 Jun 2014 11:49:00 +0000 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WzPCp-0008RX-9T for linux-arm-kernel@lists.infradead.org; Tue, 24 Jun 2014 11:48:07 +0000 Received: by mail-pd0-f171.google.com with SMTP id fp1so158842pdb.2 for ; Tue, 24 Jun 2014 04:47:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=LLGI+jav4L6dnS0lL0LwRgrwyGEq0+cAyPHX2F3feUk=; b=UU97pV1lHy3SBd51O4MrMqdjbD/N5vgZn9lBjFBqwj1ox+EsYBqGTIXsyrxpSM6m9A QFoOJ1s3WlpYHTM4eFW/v82w/d7Xo3UuIgJhsVGH2jsfaqrkvZAZ4CQZRM4Fw7s+/CoY Zwox0eyivFAsIVN7SWNFwrk866wM73TURVpEuEVMhSnyLw+mJoCl18pCh5NjDsgMkNYn Rtmfu7qNbB/rY3vm/ZKSuq4LnhEZLQT6egzRw6yuEBiyL3EYlFR2h85FqCWkEWjTepmq uTce8lSDmDWnG2aKmupzIjUXvierskDI7nw4fO5z/QCGitOiQgeimYae/eybt622fcT1 i/SA== X-Received: by 10.66.142.135 with SMTP id rw7mr533502pab.71.1403610466119; Tue, 24 Jun 2014 04:47:46 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id cz3sm82058pbc.9.2014.06.24.04.47.42 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 24 Jun 2014 04:47:45 -0700 (PDT) From: Sachin Kamat To: arnd@arndb.de Subject: [PATCH 7/8] ARM: spear: Staticize spear1310_io_desc in spear1310.c Date: Tue, 24 Jun 2014 17:13:54 +0530 Message-Id: <1403610235-22654-7-git-send-email-sachin.kamat@samsung.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1403610235-22654-1-git-send-email-sachin.kamat@samsung.com> References: <1403610235-22654-1-git-send-email-sachin.kamat@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140624_044807_401072_CD15FA0A X-CRM114-Status: GOOD ( 10.29 ) X-Spam-Score: -0.7 (/) Cc: Sachin Kamat , arm@kernel.org, spk.linux@gmail.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no 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 From: Sachin Kamat 'spear1310_io_desc' is used only in this file. Signed-off-by: Sachin Kamat Signed-off-by: Sachin Kamat Acked-by: Viresh Kumar --- arch/arm/mach-spear/spear1310.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-spear/spear1310.c b/arch/arm/mach-spear/spear1310.c index 824b12a56a42..d9ce4d8000f0 100644 --- a/arch/arm/mach-spear/spear1310.c +++ b/arch/arm/mach-spear/spear1310.c @@ -42,7 +42,7 @@ static const char * const spear1310_dt_board_compat[] = { * PHYSICAL VIRTUAL * 0xD8000000 0xFA000000 */ -struct map_desc spear1310_io_desc[] __initdata = { +static struct map_desc spear1310_io_desc[] __initdata = { { .virtual = VA_SPEAR1310_RAS_GRP1_BASE, .pfn = __phys_to_pfn(SPEAR1310_RAS_GRP1_BASE),