From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/2] ASoC: Staticise sst_platform_dai Date: Tue, 27 Sep 2011 11:22:00 +0100 Message-ID: <20110927102159.GD2910@opensource.wolfsonmicro.com> References: <1317091087.315.1.camel@phoenix> <1317091130.315.2.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id A2F7F10396B for ; Tue, 27 Sep 2011 12:22:01 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1317091130.315.2.camel@phoenix> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Axel Lin Cc: Vinod Koul , alsa-devel@alsa-project.org, Harsha Priya , linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Sep 27, 2011 at 10:38:50AM +0800, Axel Lin wrote: > It is not used outside this driver so no need to make the symbol global. > Applied, thanks.