diff options
-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 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 | ||
1495 | void wm_adsp2_boot_work(struct work_struct *work) | 1495 | static 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, |