From patchwork Thu Jan 10 10:19:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13957 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 DD1B423E2A for ; Thu, 10 Jan 2013 10:28:10 +0000 (UTC) Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175]) by fiordland.canonical.com (Postfix) with ESMTP id 7ECCEA19303 for ; Thu, 10 Jan 2013 10:28:10 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id fy7so331682vcb.20 for ; Thu, 10 Jan 2013 02:28:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=1Wi30LwmKwux065u56s4z35pCX07lNGutVWinvZHLGA=; b=ee6S/nChL9Fs3wfPnJ56v35v9lp47PvB7TfBqIG8Qrw2ZD1CJL5lpsfPca9lSmdBZI AvKASF5dhGfcwdHm+wiR7Q7TgydOhLcfEkbTQwPmL4obmg475AjQsQK+Wp0idHDO4Znk lkHVXiuknJIakbWeACHIFcbDLvp7MW9objhXZYVrgAdSQIaP/6FaVLBVHxmYlQtcZB3Z Zi4JdQZiqPPjqiEHs2pqjLBYxbHyTXOThV2N/mRikHKCeBV1FZhRG20BpSXtdPe5MU+f vOrdge7JYiFE8naqE8Bhmqif/KqEZNcMSSdOTvpxzwXhWJdB0Lli26MyPWvMUQkKezRC FwzA== X-Received: by 10.52.18.207 with SMTP id y15mr78329528vdd.8.1357813690015; Thu, 10 Jan 2013 02:28:10 -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.58.145.101 with SMTP id st5csp65761veb; Thu, 10 Jan 2013 02:28:09 -0800 (PST) X-Received: by 10.69.16.100 with SMTP id fv4mr216768354pbd.135.1357813688685; Thu, 10 Jan 2013 02:28:08 -0800 (PST) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by mx.google.com with ESMTPS id xg10si1111119pbc.177.2013.01.10.02.28.08 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Jan 2013 02:28:08 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.52 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.52; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.52 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pa0-f52.google.com with SMTP id fb1so276911pad.11 for ; Thu, 10 Jan 2013 02:28:08 -0800 (PST) X-Received: by 10.68.238.136 with SMTP id vk8mr23754653pbc.86.1357813688002; Thu, 10 Jan 2013 02:28:08 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id i1sm817069pav.35.2013.01.10.02.28.05 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 10 Jan 2013 02:28:07 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ARM: S3C24XX: Make 'clk_msysclk' static Date: Thu, 10 Jan 2013 15:49:51 +0530 Message-Id: <1357813191-1873-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQm8dJaEaYIImBb6E2wk9CRxDgxGUQkja1FcjYRwdnilj8wQ4MK18/EpjoJBcsJCMyf80Jne Fixes the following warning: arch/arm/mach-s3c24xx/common-s3c2443.c:135:19: warning: symbol 'clk_msysclk' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- arch/arm/mach-s3c24xx/common-s3c2443.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s3c24xx/common-s3c2443.c b/arch/arm/mach-s3c24xx/common-s3c2443.c index aeb4a24..f6b9f2e 100644 --- a/arch/arm/mach-s3c24xx/common-s3c2443.c +++ b/arch/arm/mach-s3c24xx/common-s3c2443.c @@ -132,7 +132,7 @@ static struct clk *clk_msysclk_sources[] = { [3] = &clk_mpllref, }; -struct clksrc_clk clk_msysclk = { +static struct clksrc_clk clk_msysclk = { .clk = { .name = "msysclk", .parent = &clk_xtal,