aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
111 111
112} 112}
113 113
114unsigned long long read_shim_data(struct intel_sst_drv *sst, int addr) 114static unsigned long long read_shim_data(struct intel_sst_drv *sst, int addr)
115{ 115{
116 unsigned long long val = 0; 116 unsigned long long val = 0;
117 117
@@ -124,7 +124,7 @@ unsigned long long read_shim_data(struct intel_sst_drv *sst, int addr)
124 return val; 124 return val;
125} 125}
126 126
127void write_shim_data(struct intel_sst_drv *sst, int addr, 127static void write_shim_data(struct intel_sst_drv *sst, int addr,
128 unsigned long long data) 128 unsigned long long data)
129{ 129{
130 switch (sst->dev_id) { 130 switch (sst->dev_id) {