From patchwork Thu Apr 30 04:42:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6299781 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 536649F326 for ; Thu, 30 Apr 2015 04:43:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8A995201B9 for ; Thu, 30 Apr 2015 04:43:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A66D720149 for ; Thu, 30 Apr 2015 04:43:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750868AbbD3Eni (ORCPT ); Thu, 30 Apr 2015 00:43:38 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:52141 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751021AbbD3EnH (ORCPT ); Thu, 30 Apr 2015 00:43:07 -0400 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NNL0019QRRUMT30@mailout1.w1.samsung.com>; Thu, 30 Apr 2015 05:43:06 +0100 (BST) X-AuditID: cbfec7f4-f79c56d0000012ee-60-5541b2de245d Received: from eusync4.samsung.com ( [203.254.199.214]) by eucpsbgm1.samsung.com (EUCPMTA) with SMTP id 1F.30.04846.ED2B1455; Thu, 30 Apr 2015 05:43:10 +0100 (BST) Received: from localhost.localdomain ([10.252.80.64]) by eusync4.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NNL004IMRRKH210@eusync4.samsung.com>; Thu, 30 Apr 2015 05:43:06 +0100 (BST) From: Krzysztof Kozlowski To: Daniel Lezcano , Thomas Gleixner , Kukjin Kim , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Cc: Chanwoo Choi , Inki Dae , Krzysztof Kozlowski Subject: [PATCH 2/3] clocksource: exynos_mct: Staticize struct clocksource Date: Thu, 30 Apr 2015 13:42:52 +0900 Message-id: <1430368973-23786-2-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 1.9.1 In-reply-to: <1430368973-23786-1-git-send-email-k.kozlowski@samsung.com> References: <1430368973-23786-1-git-send-email-k.kozlowski@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprPLMWRmVeSWpSXmKPExsVy+t/xa7r3NjmGGrx7x2hx/ctzVot5n2Ut Jt2fwGLx+oWhRf/j18wWmx5fY7W4vGsOm8WM8/uYLDZvmsrswOmxaVUnm8eda3vYPN6dO8fu sXlJvUffllWMHp83yQWwRXHZpKTmZJalFunbJXBlPNuxjKXgImvFiomHWRoYb7N0MXJwSAiY SKw5ld7FyAlkiklcuLeerYuRi0NIYCmjxNGTS5khnP+MEnefz2AFqWITMJbYvHwJWJWIwANG iY5HK9hAEswCVRLz3u5gBZkqLOAlcei+KUiYRUBVYu7Rq4wgNq+Au8TrdbPYILbJSZw8Nhls JqeAh8TyrXuYQWwhoJplJ6+yTmDkXcDIsIpRNLU0uaA4KT3XUK84Mbe4NC9dLzk/dxMjJNi+ 7GBcfMzqEKMAB6MSDy/DNMdQIdbEsuLK3EOMEhzMSiK8EuuBQrwpiZVVqUX58UWlOanFhxil OViUxHnn7nofIiSQnliSmp2aWpBaBJNl4uCUamA0kt5957erR+bXGaEPE64qzniWaybgm2wr NNV6nkzB5HD9D3OyLdeVPAvVe1DxcNlnNzb9E+utn+pl66moySTfXljQNvP0Oeeb0hWLxcsj XbjT4m7pCuY+emO9fdaNjj2ZfhNDhSV0Jh2bqWhuH3KS+fhqR45f6v++zt+7WpndLEvtRLpP 0nYlluKMREMt5qLiRABzBh5rMgIAAA== Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_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 The struct clocksource 'mct_frc' is not exported and used outside so make it static. Signed-off-by: Krzysztof Kozlowski --- drivers/clocksource/exynos_mct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c index 87c2e558c465..8b2a9fc66dcc 100644 --- a/drivers/clocksource/exynos_mct.c +++ b/drivers/clocksource/exynos_mct.c @@ -209,7 +209,7 @@ static void exynos4_frc_resume(struct clocksource *cs) exynos4_mct_frc_start(); } -struct clocksource mct_frc = { +static struct clocksource mct_frc = { .name = "mct-frc", .rating = 400, .read = exynos4_frc_read,