ASoC: Intel: dw_pdata can be static

sound/soc/intel/sst-firmware.c:172:29: sparse: symbol 'dw_pdata' was not declared. Should it be static?

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
kbuild test robot 2014-10-29 15:40:27 +00:00 committed by Mark Brown
parent 63ae1fe773
commit 137f6d541a
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ err:
return ret;
}
struct dw_dma_platform_data dw_pdata = {
static struct dw_dma_platform_data dw_pdata = {
.is_private = 1,
.chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
.chan_priority = CHAN_PRIORITY_ASCENDING,