From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaud Pouliquen Subject: Re: [PATCH 5/6] ASoC: uniperf: Staticise local symbols Date: Tue, 28 Jul 2015 09:49:20 +0200 Message-ID: <55B73400.2030905@st.com> References: <1437987388-9706-1-git-send-email-lars@metafoo.de> <1437987388-9706-6-git-send-email-lars@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) by alsa0.perex.cz (Postfix) with ESMTP id 31B572604C5 for ; Tue, 28 Jul 2015 09:49:25 +0200 (CEST) In-Reply-To: <1437987388-9706-6-git-send-email-lars@metafoo.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Lars-Peter Clausen , Mark Brown , Liam Girdwood Cc: "alsa-devel@alsa-project.org" , Banajit Goswami , Kuninori Morimoto , Patrick Lai , "patches@opensource.wolfsonmicro.com" , Max Filippov , Charles Keepax List-Id: alsa-devel@alsa-project.org Hi, On 07/27/2015 10:56 AM, Lars-Peter Clausen wrote: > uni_player_dai_ops is not used outside of this file so it should be static. > Fixes the following sparse warning: > > sound/soc/sti/uniperif_player.c:959:30: warning: symbol > 'uni_player_dai_ops' was not declared. Should it be static? > > Signed-off-by: Lars-Peter Clausen > --- Thanks for this one also acked-by: Arnaud Pouliquen Br Arnaud