[alsa-devel] [PATCH 3/5] ASoC: tegra: Make 'ahub_auxdata' static
Stephen Warren
swarren at wwwdotorg.org
Mon Jan 21 18:16:30 CET 2013
On 01/21/2013 02:29 AM, Sachin Kamat wrote:
> Fixes the following sparse warning:
> sound/soc/tegra/tegra30_ahub.c:302:23: warning:
> symbol 'ahub_auxdata' was not declared. Should it be static?
> diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c
> -struct of_dev_auxdata ahub_auxdata[] = {
> +static struct of_dev_auxdata ahub_auxdata[] = {
This array is being removed from the driver for 3.9 in a patch being
taken through the Tegra tree. As such, please drop this one patch.
The rest look fine to me, so the series,
Reviewed-by: Stephen Warren <swarren at nvidia.com>
More information about the Alsa-devel
mailing list