22 Jan
2013
22 Jan
'13
6:56 a.m.
On 21 January 2013 22:46, Stephen Warren swarren@wwwdotorg.org wrote:
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.
OK.
The rest look fine to me, so the series, Reviewed-by: Stephen Warren swarren@nvidia.com
Thanks Stephen.
Mark, Do you want me to re-post this series after dropping this patch?
--
With warm regards,
Sachin