diff options
-rw-r--r-- | sound/soc/intel/sst/sst_acpi.c | 2 |
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 b261821163fa..f94f007a0e49 100644 --- a/sound/soc/intel/sst/sst_acpi.c +++ b/sound/soc/intel/sst/sst_acpi.c | |||
@@ -121,7 +121,7 @@ static const struct sst_res_info byt_rvp_res_info = { | |||
121 | .acpi_ipc_irq_index = 5, | 121 | .acpi_ipc_irq_index = 5, |
122 | }; | 122 | }; |
123 | 123 | ||
124 | struct sst_platform_info byt_rvp_platform_data = { | 124 | static struct sst_platform_info byt_rvp_platform_data = { |
125 | .probe_data = &byt_fwparse_info, | 125 | .probe_data = &byt_fwparse_info, |
126 | .ipc_info = &byt_ipc_info, | 126 | .ipc_info = &byt_ipc_info, |
127 | .lib_info = &byt_lib_dnld_info, | 127 | .lib_info = &byt_lib_dnld_info, |