diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-01-09 09:06:54 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-09 13:51:40 +0000 |
commit | 18b1a902ad55610b161bfc8fb905c372bb8372df (patch) | |
tree | 816b2384737e7258d2f1e91aa6dfd725205c0c98 /sound | |
parent | 12db5edd6986a8358b92eb3fa6f8d2ee4fe1173b (diff) | |
download | op-kernel-dev-18b1a902ad55610b161bfc8fb905c372bb8372df.zip op-kernel-dev-18b1a902ad55610b161bfc8fb905c372bb8372df.tar.gz |
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')
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index a061183..f6e317c 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) return 0; } -void wm_adsp2_boot_work(struct work_struct *work) +static void wm_adsp2_boot_work(struct work_struct *work) { struct wm_adsp *dsp = container_of(work, struct wm_adsp, |