From 67d5328f9fb5c0a22d657df2d580cee6176f61a1 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Thu, 21 Nov 2019 12:50:08 -0600 Subject: [PATCH] ASoC: SOF: Intel: byt: make set_mach_params static reported by sparse Signed-off-by: Pierre-Louis Bossart --- sound/soc/sof/intel/byt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/sof/intel/byt.c b/sound/soc/sof/intel/byt.c index f13179c6b047..2f5db1a8c701 100644 --- a/sound/soc/sof/intel/byt.c +++ b/sound/soc/sof/intel/byt.c @@ -400,8 +400,8 @@ static void byt_machine_select(struct snd_sof_dev *sdev) sof_pdata->machine = mach; } -void byt_set_mach_params(const struct snd_soc_acpi_mach *mach, - struct device *dev) +static void byt_set_mach_params(const struct snd_soc_acpi_mach *mach, + struct device *dev) { struct snd_soc_acpi_mach_params *mach_params;