aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2015-04-07 03:06:06 +0800
committerMark Brown <broonie@kernel.org>2015-04-06 20:10:43 +0100
commitf34c4bc7e599bb895f77381c4d91ccc77635d68f (patch)
tree6ae679201c104b428b0257fbf9d684bc2f4d2efc /sound/soc/intel/atom
parentASoC: Intel: create atom folder and move atom platform files in (diff)
downloadlinux-dev-f34c4bc7e599bb895f77381c4d91ccc77635d68f.tar.xz
linux-dev-f34c4bc7e599bb895f77381c4d91ccc77635d68f.zip
ASoC: Intel: read_shim_data() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom')
-rw-r--r--sound/soc/intel/atom/sst/sst_pvt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/atom/sst/sst_pvt.c b/sound/soc/intel/atom/sst/sst_pvt.c
index 3c178444638b..2d7424956d05 100644
--- a/sound/soc/intel/atom/sst/sst_pvt.c
+++ b/sound/soc/intel/atom/sst/sst_pvt.c
@@ -111,7 +111,7 @@ int sst_wait_interruptible(struct intel_sst_drv *sst_drv_ctx,
}
-unsigned long long read_shim_data(struct intel_sst_drv *sst, int addr)
+static unsigned long long read_shim_data(struct intel_sst_drv *sst, int addr)
{
unsigned long long val = 0;
@@ -124,7 +124,7 @@ unsigned long long read_shim_data(struct intel_sst_drv *sst, int addr)
return val;
}
-void write_shim_data(struct intel_sst_drv *sst, int addr,
+static void write_shim_data(struct intel_sst_drv *sst, int addr,
unsigned long long data)
{
switch (sst->dev_id) {