Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,