summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst/sst_acpi.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-07-08 18:30:18 +0530
committerMark Brown <broonie@kernel.org>2016-07-08 16:36:45 +0200
commit24dad509ed5528bbbe31ff17f9fb39c0473ec8f4 (patch)
treed6284817ef02d484390060628103663357051c7f /sound/soc/intel/atom/sst/sst_acpi.c
parent5d554ea4f287665b839975ecb11bd29d49a5c9b5 (diff)
downloadlinux-24dad509ed5528bbbe31ff17f9fb39c0473ec8f4.tar.bz2
ASoC: Intel: atom: statify cht_quirk
Sparse rightly warns: sound/soc/intel/atom/sst/sst_acpi.c:353:22: warning: symbol 'cht_quirk' was not declared. Should it be static? So statify this Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_acpi.c')
-rw-r--r--sound/soc/intel/atom/sst/sst_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index 82a374d885a7..4d3184971227 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -350,7 +350,7 @@ static struct sst_acpi_mach cht_surface_mach = {
"10EC5640", "cht-bsw-rt5645", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
&chv_platform_data };
-struct sst_acpi_mach *cht_quirk(void *arg)
+static struct sst_acpi_mach *cht_quirk(void *arg)
{
struct sst_acpi_mach *mach = arg;