From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH -next] ASoC: ux500: Fix sparse non static symbol warning Date: Wed, 08 Jan 2014 11:14:44 +0100 Message-ID: <3148126.Rai0JT7dud@wuerfel> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Wei Yongjun Cc: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.de, linus.walleij@linaro.org, fabio.baltieri@linaro.org, lee.jones@linaro.org, yongjun_wei@trendmicro.com.cn, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Wednesday 08 January 2014 18:13:35 Wei Yongjun wrote: > From: Wei Yongjun > > Fixes the following sparse warning: > > sound/soc/ux500/ux500_msp_i2s.c:649:5: warning: > symbol 'ux500_msp_i2s_of_init_msp' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Acked-by: Arnd Bergmann