mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
ASoC: SOF: Intel: byt: make set_mach_params static
reported by sparse Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
4d1f570f6f
commit
67d5328f9f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user