From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751281Ab3KGLrU (ORCPT ); Thu, 7 Nov 2013 06:47:20 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:45409 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767Ab3KGLrR (ORCPT ); Thu, 7 Nov 2013 06:47:17 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 108.39.110.144 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+e8u6z4BcCikeivQl9nHCMjHaxgh5t+qo= Date: Thu, 7 Nov 2013 06:47:14 -0500 From: Jason Cooper To: Jisheng Zhang Cc: mturquette@linaro.org, gregory.clement@free-electrons.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: mvebu: staticize of_cpu_clk_setup Message-ID: <20131107114714.GI8308@titan.lakedaemon.net> References: <1383814773-5231-1-git-send-email-jszhang@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383814773-5231-1-git-send-email-jszhang@marvell.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 07, 2013 at 04:59:33PM +0800, Jisheng Zhang wrote: > This symbol is used only in this file. The patch fix the following > sparse warning: > warning: symbol 'of_cpu_clk_setup' was not declared. Should it be static? > > Signed-off-by: Jisheng Zhang > --- > drivers/clk/mvebu/clk-cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Jason Cooper thx, Jason.