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:
parent
63ae1fe773
commit
137f6d541a
|
@ -169,7 +169,7 @@ err:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct dw_dma_platform_data dw_pdata = {
|
static struct dw_dma_platform_data dw_pdata = {
|
||||||
.is_private = 1,
|
.is_private = 1,
|
||||||
.chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|
.chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|
||||||
.chan_priority = CHAN_PRIORITY_ASCENDING,
|
.chan_priority = CHAN_PRIORITY_ASCENDING,
|
||||||
|
|
Loading…
Reference in New Issue