aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2014-01-09 04:06:54 -0500
committerMark Brown <broonie@linaro.org>2014-01-09 08:51:40 -0500
commit18b1a902ad55610b161bfc8fb905c372bb8372df (patch)
tree816b2384737e7258d2f1e91aa6dfd725205c0c98 /sound/soc
parent12db5edd6986a8358b92eb3fa6f8d2ee4fe1173b (diff)
ASoC: wm_adsp: Mark wm_adsp2_boot_work as static
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm_adsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index a061183add67..f6e317c78459 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -1492,7 +1492,7 @@ static int wm_adsp2_ena(struct wm_adsp *dsp)
1492 return 0; 1492 return 0;
1493} 1493}
1494 1494
1495void wm_adsp2_boot_work(struct work_struct *work) 1495static void wm_adsp2_boot_work(struct work_struct *work)
1496{ 1496{
1497 struct wm_adsp *dsp = container_of(work, 1497 struct wm_adsp *dsp = container_of(work,
1498 struct wm_adsp, 1498 struct wm_adsp,