Skip to content

Commit

Permalink
ASoC: wm_adsp: Mark wm_adsp2_boot_work as static
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Charles Keepax authored and Mark Brown committed Jan 9, 2014
1 parent 12db5ed commit 18b1a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm_adsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 18b1a90

Please sign in to comment.