Commit 137f6d54 authored by kbuild test robot's avatar kbuild test robot Committed by Mark Brown

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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 63ae1fe7
......@@ -169,7 +169,7 @@ static int block_list_prepare(struct sst_dsp *dsp,
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment