From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752051Ab1IZI6s (ORCPT ); Mon, 26 Sep 2011 04:58:48 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:42104 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750851Ab1IZI6r (ORCPT ); Mon, 26 Sep 2011 04:58:47 -0400 Date: Mon, 26 Sep 2011 09:58:46 +0100 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Vinod Koul , Harsha Priya , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH] ASoC: Drop exporting sn95031_get_mic_bias Message-ID: <20110926085845.GB2946@opensource.wolfsonmicro.com> References: <1316859375.11157.2.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1316859375.11157.2.camel@phoenix> X-Cookie: You are always busy. 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 Sat, Sep 24, 2011 at 06:16:15PM +0800, Axel Lin wrote: > sn95031_get_mic_bias() is not used outside this driver > and it is a static function now. > Thus drop exporting sn95031_get_mic_bias. Applied, thanks.