aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2014-11-22 04:50:33 +0800
committerMark Brown <broonie@kernel.org>2014-11-21 23:17:58 +0000
commit14cd7923122c7c4473848f7c737604bfe945b81b (patch)
tree65c6818cdd3d0fe3199fb8f09cfd2367408456cc /sound/soc/intel
parentASoC: Intel: add support for Cherrytrail and Braswell in SST driver (diff)
downloadlinux-dev-14cd7923122c7c4473848f7c737604bfe945b81b.tar.xz
linux-dev-14cd7923122c7c4473848f7c737604bfe945b81b.zip
ASoC: Intel: chv_platform_data can be static
sound/soc/intel/sst/sst_acpi.c:135:26: sparse: symbol 'chv_platform_data' 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/sst_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst/sst_acpi.c b/sound/soc/intel/sst/sst_acpi.c
index 3f29721625cc..31124aa4434e 100644
--- a/sound/soc/intel/sst/sst_acpi.c
+++ b/sound/soc/intel/sst/sst_acpi.c
@@ -132,7 +132,7 @@ static struct sst_platform_info byt_rvp_platform_data = {
/* Cherryview (Cherrytrail and Braswell) uses same mrfld dpcm fw as Baytrail,
* so pdata is same as Baytrail.
*/
-struct sst_platform_info chv_platform_data = {
+static struct sst_platform_info chv_platform_data = {
.probe_data = &byt_fwparse_info,
.ipc_info = &byt_ipc_info,
.lib_info = &byt_lib_dnld_info,