提交 18b1a902 编写于 作者: C Charles Keepax 提交者: Mark Brown

ASoC: wm_adsp: Mark wm_adsp2_boot_work as static

Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 12db5edd
...@@ -1492,7 +1492,7 @@ static int wm_adsp2_ena(struct wm_adsp *dsp) ...@@ -1492,7 +1492,7 @@ static int wm_adsp2_ena(struct wm_adsp *dsp)
return 0; 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 *dsp = container_of(work,
struct wm_adsp, struct wm_adsp,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册