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