From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754899Ab1K0Lfo (ORCPT ); Sun, 27 Nov 2011 06:35:44 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:39941 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754767Ab1K0Lfl (ORCPT ); Sun, 27 Nov 2011 06:35:41 -0500 Date: Sun, 27 Nov 2011 11:35:39 +0000 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Rajendra Nayak , Liam Girdwood Subject: Re: [PATCH] regulator: Staticise of_get_fixed_voltage_config() Message-ID: <20111127113539.GH2896@opensource.wolfsonmicro.com> References: <1322361308.6779.2.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1322361308.6779.2.camel@phoenix> X-Cookie: Exercise caution in your daily affairs. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 27, 2011 at 10:35:08AM +0800, Axel Lin wrote: > It is not used outside this driver so no need to make the symbol global. > > Signed-off-by: Axel Lin Applied, thanks.