summaryrefslogtreecommitdiff
path: root/sound/soc/intel
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2014-10-29 15:40:27 +0000
committerMark Brown <broonie@kernel.org>2014-10-29 16:56:55 +0000
commit137f6d541ae75b3769c4c67e61c25340789b3cbc (patch)
tree1f0ed6e0458a1746aca31acdb55ecacd424ad3a6 /sound/soc/intel
parent63ae1fe7739ec81eb63ad241b4e217d1fa0e8e53 (diff)
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>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r--sound/soc/intel/sst-firmware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-firmware.c b/sound/soc/intel/sst-firmware.c
index 692a6aef82df..35788ad4087e 100644
--- a/sound/soc/intel/sst-firmware.c
+++ b/sound/soc/intel/sst-firmware.c
@@ -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,