mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ASoC: Intel: byt_rvp_platform_data can be static
sound/soc/intel/sst/sst_acpi.c:124:26: sparse: symbol 'byt_rvp_platform_data' was not declared. Should it be static? Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
996cc8494d
commit
1a28fc190c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ static const struct sst_res_info byt_rvp_res_info = {
|
|||
.acpi_ipc_irq_index = 5,
|
||||
};
|
||||
|
||||
struct sst_platform_info byt_rvp_platform_data = {
|
||||
static struct sst_platform_info byt_rvp_platform_data = {
|
||||
.probe_data = &byt_fwparse_info,
|
||||
.ipc_info = &byt_ipc_info,
|
||||
.lib_info = &byt_lib_dnld_info,
|
||||
|
|
Loading…
Reference in a new issue