mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
12db5edd69
commit
18b1a902ad
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue